test/hotspot/jtreg/TEST.ROOT
changeset 47218 918745561887
parent 47216 71c04702a3d5
child 47576 7645833d326f
equal deleted inserted replaced
47217:72e3ae9a25eb 47218:918745561887
    27 # It also contains test-suite configuration information.
    27 # It also contains test-suite configuration information.
    28 
    28 
    29 # The list of keywords supported in this test suite
    29 # The list of keywords supported in this test suite
    30 keys=cte_test jcmd nmt regression gc stress
    30 keys=cte_test jcmd nmt regression gc stress
    31 
    31 
    32 groups=TEST.groups [closed/TEST.groups]
    32 groups=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 [../../closed/test/jtreg-ext/requires/VMPropsExt.java]
    37 requires.extraPropDefns = ../../jtreg-ext/requires/VMProps.java
    38 requires.extraPropDefns.bootlibs = ../../test/lib/sun ../../test/lib/jdk/test/lib/Platform.java
    38 requires.extraPropDefns.bootlibs = ../../lib/sun ../../lib/jdk/test/lib/Platform.java
    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 \
    56 
    56 
    57 # Minimum jtreg version
    57 # Minimum jtreg version
    58 requiredVersion=4.2 b08
    58 requiredVersion=4.2 b08
    59 
    59 
    60 # Path to libraries in the topmost test directory. This is needed so @library
    60 # Path to libraries in the topmost test directory. This is needed so @library
    61 # does not need ../../ notation to reach them
    61 # does not need ../../../ notation to reach them
    62 external.lib.roots = ../../
    62 external.lib.roots = ../../../
    63 
    63 
    64 # Use new module options
    64 # Use new module options
    65 useNewOptions=true
    65 useNewOptions=true
    66 
    66 
    67 # Use --patch-module instead of -Xmodule:
    67 # Use --patch-module instead of -Xmodule: