< prev index next >

test/hotspot/jtreg/TEST.ROOT

Print this page
rev 58031 : [mq]: 8238943


  54     vm.emulatedClient \
  55     vm.cpu.features \
  56     vm.debug \
  57     vm.hasSA \
  58     vm.hasSAandCanAttach \
  59     vm.hasJFR \
  60     vm.rtm.cpu \
  61     vm.rtm.compiler \
  62     vm.aot \
  63     vm.aot.enabled \
  64     vm.cds \
  65     vm.cds.custom.loaders \
  66     vm.cds.archived.java.heap \
  67     vm.graal.enabled \
  68     vm.compiler1.enabled \
  69     vm.compiler2.enabled \
  70     docker.support \
  71     test.vm.gc.nvdimm
  72 
  73 # Minimum jtreg version
  74 requiredVersion=4.2 b16
  75 
  76 # Path to libraries in the topmost test directory. This is needed so @library
  77 # does not need ../../../ notation to reach them
  78 external.lib.roots = ../../../
  79 
  80 # Use new module options
  81 useNewOptions=true
  82 
  83 # Use --patch-module instead of -Xmodule:
  84 useNewPatchModule=true


  54     vm.emulatedClient \
  55     vm.cpu.features \
  56     vm.debug \
  57     vm.hasSA \
  58     vm.hasSAandCanAttach \
  59     vm.hasJFR \
  60     vm.rtm.cpu \
  61     vm.rtm.compiler \
  62     vm.aot \
  63     vm.aot.enabled \
  64     vm.cds \
  65     vm.cds.custom.loaders \
  66     vm.cds.archived.java.heap \
  67     vm.graal.enabled \
  68     vm.compiler1.enabled \
  69     vm.compiler2.enabled \
  70     docker.support \
  71     test.vm.gc.nvdimm
  72 
  73 # Minimum jtreg version
  74 requiredVersion=5.0 b1
  75 
  76 # Path to libraries in the topmost test directory. This is needed so @library
  77 # does not need ../../../ notation to reach them
  78 external.lib.roots = ../../../
  79 
  80 # Use new module options
  81 useNewOptions=true
  82 
  83 # Use --patch-module instead of -Xmodule:
  84 useNewPatchModule=true
< prev index next >