< prev index next >

test/jdk/TEST.ROOT

Print this page
rev 58031 : [mq]: 8238943


  42     ../lib/jdk/test/lib/Platform.java \
  43     ../lib/jdk/test/lib/Container.java
  44 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
  45 requires.properties= \
  46     sun.arch.data.model \
  47     java.runtime.name \
  48     vm.gc.Z \
  49     vm.gc.Shenandoah \
  50     vm.graal.enabled \
  51     vm.compiler1.enabled \
  52     vm.compiler2.enabled \
  53     vm.cds \
  54     vm.debug \
  55     vm.hasSA \
  56     vm.hasSAandCanAttach \
  57     vm.hasJFR \
  58     docker.support \
  59     release.implementor
  60 
  61 # Minimum jtreg version
  62 requiredVersion=4.2 b16
  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 
  68 # Use new module options
  69 useNewOptions=true
  70 
  71 # Use --patch-module instead of -Xmodule:
  72 useNewPatchModule=true


  42     ../lib/jdk/test/lib/Platform.java \
  43     ../lib/jdk/test/lib/Container.java
  44 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
  45 requires.properties= \
  46     sun.arch.data.model \
  47     java.runtime.name \
  48     vm.gc.Z \
  49     vm.gc.Shenandoah \
  50     vm.graal.enabled \
  51     vm.compiler1.enabled \
  52     vm.compiler2.enabled \
  53     vm.cds \
  54     vm.debug \
  55     vm.hasSA \
  56     vm.hasSAandCanAttach \
  57     vm.hasJFR \
  58     docker.support \
  59     release.implementor
  60 
  61 # Minimum jtreg version
  62 requiredVersion=5.0 b1
  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 
  68 # Use new module options
  69 useNewOptions=true
  70 
  71 # Use --patch-module instead of -Xmodule:
  72 useNewPatchModule=true
< prev index next >