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