equal
deleted
inserted
replaced
34 requires.extraPropDefns.bootlibs = ../../test/lib/sun ../../test/lib/jdk/test/lib/Platform.java |
34 requires.extraPropDefns.bootlibs = ../../test/lib/sun ../../test/lib/jdk/test/lib/Platform.java |
35 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses |
35 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses |
36 requires.properties= \ |
36 requires.properties= \ |
37 sun.arch.data.model \ |
37 sun.arch.data.model \ |
38 java.runtime.name \ |
38 java.runtime.name \ |
|
39 vm.graal.enabled \ |
39 vm.cds |
40 vm.cds |
40 |
41 |
41 # Minimum jtreg version |
42 # Minimum jtreg version |
42 requiredVersion=4.2 b09 |
43 requiredVersion=4.2 b11 |
43 |
44 |
44 # Path to libraries in the topmost test directory. This is needed so @library |
45 # Path to libraries in the topmost test directory. This is needed so @library |
45 # does not need ../../ notation to reach them |
46 # does not need ../../ notation to reach them |
46 external.lib.roots = ../../ |
47 external.lib.roots = ../../ |
47 |
48 |