< prev index next >

test/hotspot/jtreg/TEST.ROOT

Print this page




  28 
  29 # The list of keywords supported in this test suite
  30 keys=cte_test jcmd nmt regression gc stress metaspace
  31 
  32 groups=TEST.groups
  33 
  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.
  36 # Note: compiled bootlibs code will be located in the folder 'bootClasses'
  37 requires.extraPropDefns = ../../jtreg-ext/requires/VMProps.java
  38 requires.extraPropDefns.bootlibs = ../../lib/sun ../../lib/jdk/test/lib/Platform.java
  39 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
  40 requires.properties= \
  41     sun.arch.data.model \
  42     vm.simpleArch \
  43     vm.flightRecorder \
  44     vm.gc.G1 \
  45     vm.gc.Serial \
  46     vm.gc.Parallel \
  47     vm.gc.ConcMarkSweep \

  48     vm.jvmci \
  49     vm.emulatedClient \
  50     vm.cpu.features \
  51     vm.debug \
  52     vm.rtm.cpu \
  53     vm.rtm.os \
  54     vm.aot \
  55     vm.cds \
  56     vm.cds.custom.loaders \
  57     vm.cds.archived.java.heap \
  58     vm.graal.enabled \
  59     docker.support
  60 
  61 # Minimum jtreg version
  62 requiredVersion=4.2 b12
  63 
  64 # Path to libraries in the topmost test directory. This is needed so @library
  65 # does not need ../../../ notation to reach them
  66 external.lib.roots = ../../../
  67 


  28 
  29 # The list of keywords supported in this test suite
  30 keys=cte_test jcmd nmt regression gc stress metaspace
  31 
  32 groups=TEST.groups
  33 
  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.
  36 # Note: compiled bootlibs code will be located in the folder 'bootClasses'
  37 requires.extraPropDefns = ../../jtreg-ext/requires/VMProps.java
  38 requires.extraPropDefns.bootlibs = ../../lib/sun ../../lib/jdk/test/lib/Platform.java
  39 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
  40 requires.properties= \
  41     sun.arch.data.model \
  42     vm.simpleArch \
  43     vm.flightRecorder \
  44     vm.gc.G1 \
  45     vm.gc.Serial \
  46     vm.gc.Parallel \
  47     vm.gc.ConcMarkSweep \
  48     vm.gc.Z \
  49     vm.jvmci \
  50     vm.emulatedClient \
  51     vm.cpu.features \
  52     vm.debug \
  53     vm.rtm.cpu \
  54     vm.rtm.os \
  55     vm.aot \
  56     vm.cds \
  57     vm.cds.custom.loaders \
  58     vm.cds.archived.java.heap \
  59     vm.graal.enabled \
  60     docker.support
  61 
  62 # Minimum jtreg version
  63 requiredVersion=4.2 b12
  64 
  65 # Path to libraries in the topmost test directory. This is needed so @library
  66 # does not need ../../../ notation to reach them
  67 external.lib.roots = ../../../
  68 
< prev index next >