86 vm.cds.write.archived.java.heap \
87 vm.continuations \
88 vm.jvmti \
89 vm.graal.enabled \
90 jdk.hasLibgraal \
91 vm.libgraal.jit \
92 vm.compiler1.enabled \
93 vm.compiler2.enabled \
94 vm.musl \
95 vm.asan \
96 vm.ubsan \
97 vm.flagless \
98 container.support \
99 systemd.support \
100 jdk.containerized \
101 jlink.runtime.linkable \
102 jlink.packagedModules \
103 jdk.static
104
105 # Minimum jtreg version
106 requiredVersion=7.5.2+1
107
108 # Path to libraries in the topmost test directory. This is needed so @library
109 # does not need ../../../ notation to reach them
110 external.lib.roots = ../../../
111
112 # Use new module options
113 useNewOptions=true
114
115 # Use --patch-module instead of -Xmodule:
116 useNewPatchModule=true
|
86 vm.cds.write.archived.java.heap \
87 vm.continuations \
88 vm.jvmti \
89 vm.graal.enabled \
90 jdk.hasLibgraal \
91 vm.libgraal.jit \
92 vm.compiler1.enabled \
93 vm.compiler2.enabled \
94 vm.musl \
95 vm.asan \
96 vm.ubsan \
97 vm.flagless \
98 container.support \
99 systemd.support \
100 jdk.containerized \
101 jlink.runtime.linkable \
102 jlink.packagedModules \
103 jdk.static
104
105 # Minimum jtreg version
106 requiredVersion=7.5.1+1
107
108 # Path to libraries in the topmost test directory. This is needed so @library
109 # does not need ../../../ notation to reach them
110 external.lib.roots = ../../../
111
112 # Use new module options
113 useNewOptions=true
114
115 # Use --patch-module instead of -Xmodule:
116 useNewPatchModule=true
|