< prev index next >

test/jdk/TEST.ROOT

Print this page




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

  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 b14
  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


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