< prev index next >

test/langtools/TEST.ROOT

Print this page

27 # Source files for classes that will be used at the beginning of each test suite run,
28 # to determine additional characteristics of the system for use with the @requires tag.
29 # Note: compiled bootlibs classes will be added to BCP.
30 requires.extraPropDefns = ../jtreg-ext/requires/VMProps.java
31 requires.extraPropDefns.bootlibs = ../lib/jdk/test/whitebox
32 requires.extraPropDefns.libs = \
33     ../lib/jdk/test/lib/Platform.java \
34     ../lib/jdk/test/lib/Container.java
35 requires.extraPropDefns.javacOpts = \
36     --add-exports java.base/jdk.internal.foreign=ALL-UNNAMED \
37     --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
38 requires.extraPropDefns.vmOpts = \
39     -XX:+UnlockDiagnosticVMOptions \
40     -XX:+LogVMOutput -XX:-DisplayVMOutput -XX:LogFile=vmprops.flags.final.vm.log \
41     -XX:+PrintFlagsFinal \
42     -XX:+WhiteBoxAPI \
43     --add-exports java.base/jdk.internal.foreign=ALL-UNNAMED \
44     --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
45 requires.properties= \
46     vm.continuations \
47     vm.debug


27 # Source files for classes that will be used at the beginning of each test suite run,
28 # to determine additional characteristics of the system for use with the @requires tag.
29 # Note: compiled bootlibs classes will be added to BCP.
30 requires.extraPropDefns = ../jtreg-ext/requires/VMProps.java
31 requires.extraPropDefns.bootlibs = ../lib/jdk/test/whitebox
32 requires.extraPropDefns.libs = \
33     ../lib/jdk/test/lib/Platform.java \
34     ../lib/jdk/test/lib/Container.java
35 requires.extraPropDefns.javacOpts = \
36     --add-exports java.base/jdk.internal.foreign=ALL-UNNAMED \
37     --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
38 requires.extraPropDefns.vmOpts = \
39     -XX:+UnlockDiagnosticVMOptions \
40     -XX:+LogVMOutput -XX:-DisplayVMOutput -XX:LogFile=vmprops.flags.final.vm.log \
41     -XX:+PrintFlagsFinal \
42     -XX:+WhiteBoxAPI \
43     --add-exports java.base/jdk.internal.foreign=ALL-UNNAMED \
44     --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
45 requires.properties= \
46     vm.continuations \
47     vm.debug \
48     java.enablePreview
< prev index next >