< prev index next >

test/hotspot/jtreg/TEST.ROOT

Print this page
rev 52710 : Upstream/backport Shenandoah to JDK11u


  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 \
  39     ../../lib/jdk/test/lib/Platform.java \
  40     ../../lib/jdk/test/lib/Container.java
  41 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
  42 requires.properties= \
  43     sun.arch.data.model \
  44     vm.simpleArch \
  45     vm.bits \
  46     vm.flightRecorder \
  47     vm.gc.G1 \
  48     vm.gc.Serial \
  49     vm.gc.Parallel \
  50     vm.gc.ConcMarkSweep \

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


  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 \
  39     ../../lib/jdk/test/lib/Platform.java \
  40     ../../lib/jdk/test/lib/Container.java
  41 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
  42 requires.properties= \
  43     sun.arch.data.model \
  44     vm.simpleArch \
  45     vm.bits \
  46     vm.flightRecorder \
  47     vm.gc.G1 \
  48     vm.gc.Serial \
  49     vm.gc.Parallel \
  50     vm.gc.ConcMarkSweep \
  51     vm.gc.Shenandoah \
  52     vm.gc.Epsilon \
  53     vm.gc.Z \
  54     vm.jvmci \
  55     vm.emulatedClient \
  56     vm.cpu.features \
  57     vm.debug \
  58     vm.hasSA \
  59     vm.hasSAandCanAttach \
  60     vm.hasJFR \
  61     vm.rtm.cpu \
  62     vm.rtm.compiler \
  63     vm.aot \
  64     vm.aot.enabled \
  65     vm.cds \
  66     vm.cds.custom.loaders \
  67     vm.cds.archived.java.heap \
  68     vm.graal.enabled \
  69     vm.compiler1.enabled \
  70     vm.compiler2.enabled \
  71     docker.support
< prev index next >