< prev index next >

test/hotspot/jtreg/TEST.ROOT

Print this page
rev 57429 : 8236111: narrow allowSmartActionArgs disabling
Reviewed-by:


  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 b14
  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
  85 
  86 # disabled till JDK-8219140 is fixed
  87 allowSmartActionArgs=false


  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 b14
  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 >