< prev index next >

test/hotspot/jtreg/TEST.ROOT

Print this page
rev 53861 : [mq]: 8219417


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





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