< prev index next >

test/hotspot/jtreg/TEST.ROOT

Print this page
rev 51053 : 8207830: [aix] disable jfr in build and tests


  37 requires.extraPropDefns = ../../jtreg-ext/requires/VMProps.java
  38 requires.extraPropDefns.bootlibs = ../../lib/sun ../../lib/jdk/test/lib/Platform.java
  39 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
  40 requires.properties= \
  41     sun.arch.data.model \
  42     vm.simpleArch \
  43     vm.bits \
  44     vm.flightRecorder \
  45     vm.gc.G1 \
  46     vm.gc.Serial \
  47     vm.gc.Parallel \
  48     vm.gc.ConcMarkSweep \
  49     vm.gc.Epsilon \
  50     vm.gc.Z \
  51     vm.jvmci \
  52     vm.emulatedClient \
  53     vm.cpu.features \
  54     vm.debug \
  55     vm.hasSA \
  56     vm.hasSAandCanAttach \

  57     vm.rtm.cpu \
  58     vm.rtm.os \
  59     vm.aot \
  60     vm.cds \
  61     vm.cds.custom.loaders \
  62     vm.cds.archived.java.heap \
  63     vm.graal.enabled \
  64     docker.support
  65 
  66 # Minimum jtreg version
  67 requiredVersion=4.2 b12
  68 
  69 # Path to libraries in the topmost test directory. This is needed so @library
  70 # does not need ../../../ notation to reach them
  71 external.lib.roots = ../../../
  72 
  73 # Use new module options
  74 useNewOptions=true
  75 
  76 # Use --patch-module instead of -Xmodule:


  37 requires.extraPropDefns = ../../jtreg-ext/requires/VMProps.java
  38 requires.extraPropDefns.bootlibs = ../../lib/sun ../../lib/jdk/test/lib/Platform.java
  39 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
  40 requires.properties= \
  41     sun.arch.data.model \
  42     vm.simpleArch \
  43     vm.bits \
  44     vm.flightRecorder \
  45     vm.gc.G1 \
  46     vm.gc.Serial \
  47     vm.gc.Parallel \
  48     vm.gc.ConcMarkSweep \
  49     vm.gc.Epsilon \
  50     vm.gc.Z \
  51     vm.jvmci \
  52     vm.emulatedClient \
  53     vm.cpu.features \
  54     vm.debug \
  55     vm.hasSA \
  56     vm.hasSAandCanAttach \
  57     vm.hasJFR \
  58     vm.rtm.cpu \
  59     vm.rtm.os \
  60     vm.aot \
  61     vm.cds \
  62     vm.cds.custom.loaders \
  63     vm.cds.archived.java.heap \
  64     vm.graal.enabled \
  65     docker.support
  66 
  67 # Minimum jtreg version
  68 requiredVersion=4.2 b12
  69 
  70 # Path to libraries in the topmost test directory. This is needed so @library
  71 # does not need ../../../ notation to reach them
  72 external.lib.roots = ../../../
  73 
  74 # Use new module options
  75 useNewOptions=true
  76 
  77 # Use --patch-module instead of -Xmodule:
< prev index next >