< prev index next >

test/jdk/TEST.ROOT

Print this page
rev 53307 : Backport Shenadoah GC


  25 exclusiveAccess.dirs=java/rmi/Naming java/util/prefs sun/management/jmxremote sun/tools/jstatd \
  26 sun/security/mscapi java/util/stream java/util/Arrays/largeMemory java/util/BitSet/stream javax/rmi
  27 
  28 # Group definitions
  29 groups=TEST.groups
  30 
  31 # Allow querying of various System properties in @requires clauses
  32 #
  33 # Source files for classes that will be used at the beginning of each test suite run,
  34 # to determine additional characteristics of the system for use with the @requires tag.
  35 # Note: compiled bootlibs code will be located in the folder 'bootClasses'
  36 requires.extraPropDefns = ../../test/jtreg-ext/requires/VMProps.java [../../closed/test/jtreg-ext/requires/VMPropsExt.java]
  37 requires.extraPropDefns.bootlibs = ../../test/lib/sun \
  38     ../../test/lib/jdk/test/lib/Platform.java \
  39     ../../test/lib/jdk/test/lib/Container.java
  40 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
  41 requires.properties= \
  42     sun.arch.data.model \
  43     java.runtime.name \
  44     vm.gc.Z \

  45     vm.graal.enabled \
  46     vm.compiler1.enabled \
  47     vm.compiler2.enabled \
  48     vm.cds \
  49     vm.debug \
  50     vm.hasSA \
  51     vm.hasSAandCanAttach \
  52     vm.hasJFR \
  53     docker.support \
  54     release.implementor
  55 
  56 # Minimum jtreg version
  57 requiredVersion=4.2 b12
  58 
  59 # Path to libraries in the topmost test directory. This is needed so @library
  60 # does not need ../../ notation to reach them
  61 external.lib.roots = ../../
  62 
  63 # Use new module options
  64 useNewOptions=true


  25 exclusiveAccess.dirs=java/rmi/Naming java/util/prefs sun/management/jmxremote sun/tools/jstatd \
  26 sun/security/mscapi java/util/stream java/util/Arrays/largeMemory java/util/BitSet/stream javax/rmi
  27 
  28 # Group definitions
  29 groups=TEST.groups
  30 
  31 # Allow querying of various System properties in @requires clauses
  32 #
  33 # Source files for classes that will be used at the beginning of each test suite run,
  34 # to determine additional characteristics of the system for use with the @requires tag.
  35 # Note: compiled bootlibs code will be located in the folder 'bootClasses'
  36 requires.extraPropDefns = ../../test/jtreg-ext/requires/VMProps.java [../../closed/test/jtreg-ext/requires/VMPropsExt.java]
  37 requires.extraPropDefns.bootlibs = ../../test/lib/sun \
  38     ../../test/lib/jdk/test/lib/Platform.java \
  39     ../../test/lib/jdk/test/lib/Container.java
  40 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
  41 requires.properties= \
  42     sun.arch.data.model \
  43     java.runtime.name \
  44     vm.gc.Z \
  45     vm.gc.Shenandoah \
  46     vm.graal.enabled \
  47     vm.compiler1.enabled \
  48     vm.compiler2.enabled \
  49     vm.cds \
  50     vm.debug \
  51     vm.hasSA \
  52     vm.hasSAandCanAttach \
  53     vm.hasJFR \
  54     docker.support \
  55     release.implementor
  56 
  57 # Minimum jtreg version
  58 requiredVersion=4.2 b12
  59 
  60 # Path to libraries in the topmost test directory. This is needed so @library
  61 # does not need ../../ notation to reach them
  62 external.lib.roots = ../../
  63 
  64 # Use new module options
  65 useNewOptions=true
< prev index next >