< prev index next >

test/hotspot/jtreg/TEST.ROOT

Print this page




  41     sun.arch.data.model \
  42     vm.simpleArch \
  43     vm.flightRecorder \
  44     vm.gc.G1 \
  45     vm.gc.Serial \
  46     vm.gc.Parallel \
  47     vm.gc.ConcMarkSweep \
  48     vm.jvmci \
  49     vm.emulatedClient \
  50     vm.cpu.features \
  51     vm.debug \
  52     vm.rtm.cpu \
  53     vm.rtm.os \
  54     vm.aot \
  55     vm.cds \
  56     vm.cds.custom.loaders \
  57     vm.graal.enabled \
  58     docker.support
  59 
  60 # Minimum jtreg version
  61 requiredVersion=4.2 b08
  62 
  63 # Path to libraries in the topmost test directory. This is needed so @library
  64 # does not need ../../../ notation to reach them
  65 external.lib.roots = ../../../
  66 
  67 # Use new module options
  68 useNewOptions=true
  69 
  70 # Use --patch-module instead of -Xmodule:
  71 useNewPatchModule=true


  41     sun.arch.data.model \
  42     vm.simpleArch \
  43     vm.flightRecorder \
  44     vm.gc.G1 \
  45     vm.gc.Serial \
  46     vm.gc.Parallel \
  47     vm.gc.ConcMarkSweep \
  48     vm.jvmci \
  49     vm.emulatedClient \
  50     vm.cpu.features \
  51     vm.debug \
  52     vm.rtm.cpu \
  53     vm.rtm.os \
  54     vm.aot \
  55     vm.cds \
  56     vm.cds.custom.loaders \
  57     vm.graal.enabled \
  58     docker.support
  59 
  60 # Minimum jtreg version
  61 requiredVersion=4.2 b11
  62 
  63 # Path to libraries in the topmost test directory. This is needed so @library
  64 # does not need ../../../ notation to reach them
  65 external.lib.roots = ../../../
  66 
  67 # Use new module options
  68 useNewOptions=true
  69 
  70 # Use --patch-module instead of -Xmodule:
  71 useNewPatchModule=true
< prev index next >