< prev index next >

test/jdk/TEST.ROOT

Print this page

104     vm.musl \
105     vm.asan \
106     vm.ubsan \
107     vm.debug \
108     vm.hasSA \
109     vm.hasJFR \
110     vm.jvmci \
111     vm.jvmci.enabled \
112     vm.jvmti \
113     vm.cpu.features \
114     container.support \
115     systemd.support \
116     release.implementor \
117     jdk.containerized \
118     jdk.foreign.linker \
119     jlink.runtime.linkable \
120     jlink.packagedModules \
121     jdk.static
122 
123 # Minimum jtreg version
124 requiredVersion=7.5.2+1
125 
126 # Path to libraries in the topmost test directory. This is needed so @library
127 # does not need ../../ notation to reach them
128 external.lib.roots = ../../
129 
130 # Use new module options
131 useNewOptions=true
132 
133 # Use --patch-module instead of -Xmodule:
134 useNewPatchModule=true

104     vm.musl \
105     vm.asan \
106     vm.ubsan \
107     vm.debug \
108     vm.hasSA \
109     vm.hasJFR \
110     vm.jvmci \
111     vm.jvmci.enabled \
112     vm.jvmti \
113     vm.cpu.features \
114     container.support \
115     systemd.support \
116     release.implementor \
117     jdk.containerized \
118     jdk.foreign.linker \
119     jlink.runtime.linkable \
120     jlink.packagedModules \
121     jdk.static
122 
123 # Minimum jtreg version
124 requiredVersion=7.5.1+1
125 
126 # Path to libraries in the topmost test directory. This is needed so @library
127 # does not need ../../ notation to reach them
128 external.lib.roots = ../../
129 
130 # Use new module options
131 useNewOptions=true
132 
133 # Use --patch-module instead of -Xmodule:
134 useNewPatchModule=true
< prev index next >