< prev index next >

test/hotspot/jtreg/TEST.ROOT

Print this page
rev 59592 : [mq]: 8246387-jtreg5.1
rev 59593 : [mq]: 8246494


  51     vm.gc.Shenandoah \
  52     vm.gc.Epsilon \
  53     vm.gc.Z \
  54     vm.jvmci \
  55     vm.emulatedClient \
  56     vm.cpu.features \
  57     vm.debug \
  58     vm.hasSA \
  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.1 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


  51     vm.gc.Shenandoah \
  52     vm.gc.Epsilon \
  53     vm.gc.Z \
  54     vm.jvmci \
  55     vm.emulatedClient \
  56     vm.cpu.features \
  57     vm.debug \
  58     vm.hasSA \
  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     vm.flagless
  73 
  74 # Minimum jtreg version
  75 requiredVersion=5.1 b1
  76 
  77 # Path to libraries in the topmost test directory. This is needed so @library
  78 # does not need ../../../ notation to reach them
  79 external.lib.roots = ../../../
  80 
  81 # Use new module options
  82 useNewOptions=true
  83 
  84 # Use --patch-module instead of -Xmodule:
  85 useNewPatchModule=true
< prev index next >