< prev index next >

test/hotspot/jtreg/TEST.ROOT

Print this page




  29 # The list of keywords supported in this test suite
  30 keys=cte_test jcmd nmt regression gc stress metaspace headful intermittent
  31 
  32 groups=TEST.groups TEST.quick-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.bits \
  44     vm.flightRecorder \
  45     vm.gc.G1 \
  46     vm.gc.Serial \
  47     vm.gc.Parallel \
  48     vm.gc.ConcMarkSweep \

  49     vm.gc.Epsilon \
  50     vm.gc.Z \
  51     vm.jvmci \
  52     vm.emulatedClient \
  53     vm.cpu.features \
  54     vm.debug \
  55     vm.hasSA \
  56     vm.hasSAandCanAttach \
  57     vm.hasJFR \
  58     vm.rtm.cpu \
  59     vm.rtm.compiler \
  60     vm.aot \
  61     vm.cds \
  62     vm.cds.custom.loaders \
  63     vm.cds.archived.java.heap \
  64     vm.graal.enabled \
  65     vm.compiler1.enabled \
  66     vm.compiler2.enabled \
  67     docker.support
  68 


  29 # The list of keywords supported in this test suite
  30 keys=cte_test jcmd nmt regression gc stress metaspace headful intermittent
  31 
  32 groups=TEST.groups TEST.quick-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.bits \
  44     vm.flightRecorder \
  45     vm.gc.G1 \
  46     vm.gc.Serial \
  47     vm.gc.Parallel \
  48     vm.gc.ConcMarkSweep \
  49     vm.gc.Shenandoah \
  50     vm.gc.Epsilon \
  51     vm.gc.Z \
  52     vm.jvmci \
  53     vm.emulatedClient \
  54     vm.cpu.features \
  55     vm.debug \
  56     vm.hasSA \
  57     vm.hasSAandCanAttach \
  58     vm.hasJFR \
  59     vm.rtm.cpu \
  60     vm.rtm.compiler \
  61     vm.aot \
  62     vm.cds \
  63     vm.cds.custom.loaders \
  64     vm.cds.archived.java.heap \
  65     vm.graal.enabled \
  66     vm.compiler1.enabled \
  67     vm.compiler2.enabled \
  68     docker.support
  69 
< prev index next >