equal
deleted
inserted
replaced
32 groups=TEST.groups [closed/TEST.groups] |
32 groups=TEST.groups [closed/TEST.groups] |
33 |
33 |
34 # Source files for classes that will be used at the beginning of each test suite run, |
34 # Source files for classes that will be used at the beginning of each test suite run, |
35 # to determine additional characteristics of the system for use with the @requires tag. |
35 # to determine additional characteristics of the system for use with the @requires tag. |
36 # Note: compiled bootlibs code will be located in the folder 'bootClasses' |
36 # Note: compiled bootlibs code will be located in the folder 'bootClasses' |
37 requires.extraPropDefns = ../../test/jtreg-ext/requires/VMProps.java |
37 requires.extraPropDefns = ../../test/jtreg-ext/requires/VMProps.java [../../closed/test/jtreg-ext/requires/VMPropsExt.java] |
38 requires.extraPropDefns.bootlibs = ../../test/lib/sun |
38 requires.extraPropDefns.bootlibs = ../../test/lib/sun |
39 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses |
39 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses |
40 requires.properties= \ |
40 requires.properties= \ |
41 sun.arch.data.model \ |
41 sun.arch.data.model \ |
42 vm.simpleArch \ |
42 vm.simpleArch \ |
43 vm.flightRecorder \ |
43 vm.flightRecorder \ |
44 vm.gc.G1 \ |
44 vm.gc.G1 \ |
45 vm.gc.Serial \ |
45 vm.gc.Serial \ |
46 vm.gc.Parallel \ |
46 vm.gc.Parallel \ |
47 vm.gc.ConcMarkSweep \ |
47 vm.gc.ConcMarkSweep \ |
|
48 vm.jvmci \ |
48 vm.debug |
49 vm.debug |
49 |
50 |
50 # Tests using jtreg 4.2 b04 features |
51 # Tests using jtreg 4.2 b04 features |
51 requiredVersion=4.2 b04 |
52 requiredVersion=4.2 b04 |
52 |
53 |