< prev index next >

test/jdk/TEST.ROOT

Print this page




  32 # to determine additional characteristics of the system for use with the @requires tag.
  33 # Note: compiled bootlibs code will be located in the folder 'bootClasses'
  34 requires.extraPropDefns = ../jtreg-ext/requires/VMProps.java
  35 requires.extraPropDefns.bootlibs = ../lib/sun ../lib/jdk/test/lib/Platform.java
  36 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
  37 requires.properties= \
  38     sun.arch.data.model \
  39     java.runtime.name \
  40     vm.gc.Z \
  41     vm.graal.enabled \
  42     vm.compiler1.enabled \
  43     vm.compiler2.enabled \
  44     vm.cds \
  45     vm.hasSA \
  46     vm.hasSAandCanAttach \
  47     vm.hasJFR \
  48     docker.support \
  49     release.implementor
  50 
  51 # Minimum jtreg version
  52 requiredVersion=4.2 b12
  53 
  54 # Path to libraries in the topmost test directory. This is needed so @library
  55 # does not need ../../ notation to reach them
  56 external.lib.roots = ../../
  57 
  58 # Use new module options
  59 useNewOptions=true
  60 
  61 # Use --patch-module instead of -Xmodule:
  62 useNewPatchModule=true


  32 # to determine additional characteristics of the system for use with the @requires tag.
  33 # Note: compiled bootlibs code will be located in the folder 'bootClasses'
  34 requires.extraPropDefns = ../jtreg-ext/requires/VMProps.java
  35 requires.extraPropDefns.bootlibs = ../lib/sun ../lib/jdk/test/lib/Platform.java
  36 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
  37 requires.properties= \
  38     sun.arch.data.model \
  39     java.runtime.name \
  40     vm.gc.Z \
  41     vm.graal.enabled \
  42     vm.compiler1.enabled \
  43     vm.compiler2.enabled \
  44     vm.cds \
  45     vm.hasSA \
  46     vm.hasSAandCanAttach \
  47     vm.hasJFR \
  48     docker.support \
  49     release.implementor
  50 
  51 # Minimum jtreg version
  52 requiredVersion=4.2 b13
  53 
  54 # Path to libraries in the topmost test directory. This is needed so @library
  55 # does not need ../../ notation to reach them
  56 external.lib.roots = ../../
  57 
  58 # Use new module options
  59 useNewOptions=true
  60 
  61 # Use --patch-module instead of -Xmodule:
  62 useNewPatchModule=true
< prev index next >