< prev index next >

test/hotspot/jtreg/TEST.ROOT

Print this page
rev 53191 : [mq]: webrev.0
rev 53192 : [mq]: webrev.1


  49     vm.gc.Shenandoah \
  50     vm.gc.Epsilon \
  51     vm.gc.Z \
  52     vm.jvmci \
  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 
  71 # Minimum jtreg version
  72 requiredVersion=4.2 b13
  73 
  74 # Path to libraries in the topmost test directory. This is needed so @library
  75 # does not need ../../../ notation to reach them
  76 external.lib.roots = ../../../
  77 
  78 # Use new module options
  79 useNewOptions=true
  80 
  81 # Use --patch-module instead of -Xmodule:
  82 useNewPatchModule=true


  49     vm.gc.Shenandoah \
  50     vm.gc.Epsilon \
  51     vm.gc.Z \
  52     vm.jvmci \
  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
< prev index next >