Home
last modified time | relevance | path

Searched defs:vmargs (Results 1 – 25 of 67) sorted by relevance

123

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/arguments/
H A DTestUseNUMAInterleaving.java41 String[] vmargs = new String[]{ in main() local
H A DTestUseCompressedOopsErgoTools.java56 public static long getMaxHeapForCompressedOops(String[] vmargs) throws Exception { in getMaxHeapForCompressedOops()
82 …public static OutputAnalyzer runWhiteBoxTest(String[] vmargs, String classname, String[] arguments… in runWhiteBoxTest()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/arguments/
H A DTestUseNUMAInterleaving.java41 String[] vmargs = new String[]{ in main() local
H A DTestUseCompressedOopsErgoTools.java56 public static long getMaxHeapForCompressedOops(String[] vmargs) throws Exception { in getMaxHeapForCompressedOops()
82 …public static OutputAnalyzer runWhiteBoxTest(String[] vmargs, String classname, String[] arguments… in runWhiteBoxTest()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/gc/arguments/
H A DTestUseNUMAInterleaving.java41 String[] vmargs = new String[]{ in main() local
H A DTestUseCompressedOopsErgoTools.java56 public static long getMaxHeapForCompressedOops(String[] vmargs) throws Exception { in getMaxHeapForCompressedOops()
82 …public static OutputAnalyzer runWhiteBoxTest(String[] vmargs, String classname, String[] arguments… in runWhiteBoxTest()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/gc/arguments/
H A DTestUseNUMAInterleaving.java43 String[] vmargs = new String[]{ in main() local
H A DTestUseCompressedOopsErgoTools.java58 public static long getMaxHeapForCompressedOops(String[] vmargs) throws Exception { in getMaxHeapForCompressedOops()
84 …public static OutputAnalyzer runWhiteBoxTest(String[] vmargs, String classname, String[] arguments… in runWhiteBoxTest()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/gc/arguments/
H A DTestUseNUMAInterleaving.java44 String[] vmargs = new String[]{ in main() local
H A DTestUseCompressedOopsErgoTools.java58 public static long getMaxHeapForCompressedOops(String[] vmargs) throws Exception { in getMaxHeapForCompressedOops()
84 …public static OutputAnalyzer runWhiteBoxTest(String[] vmargs, String classname, String[] arguments… in runWhiteBoxTest()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/runtime/signal/
H A DSigTestDriver.java141 private static List<String> vmargs() { in vmargs() method in SigTestDriver
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/runtime/signal/
H A DSigTestDriver.java142 private static List<String> vmargs() { in vmargs() method in SigTestDriver
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/runtime/signal/
H A DSigTestDriver.java142 private static List<String> vmargs() { in vmargs() method in SigTestDriver
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/signal/
H A DSigTestDriver.java142 private static List<String> vmargs() { in vmargs() method in SigTestDriver
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/runtime/signal/
H A DSigTestDriver.java141 private static List<String> vmargs() { in vmargs() method in SigTestDriver
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/signal/
H A DSigTestDriver.java142 private static List<String> vmargs() { in vmargs() method in SigTestDriver
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/runtime/signal/
H A DSigTestDriver.java142 private static List<String> vmargs() { in vmargs() method in SigTestDriver
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/runtime/signal/
H A DSigTestDriver.java141 private static List<String> vmargs() { in vmargs() method in SigTestDriver
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/gc/arguments/
H A DTestUseCompressedOopsErgoTools.java58 public static long getMaxHeapForCompressedOops(String[] vmargs) throws Exception { in getMaxHeapForCompressedOops()
83 …public static OutputAnalyzer runWhiteBoxTest(String[] vmargs, String classname, String[] arguments… in runWhiteBoxTest()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/gc/arguments/
H A DTestUseCompressedOopsErgoTools.java58 public static long getMaxHeapForCompressedOops(String[] vmargs) throws Exception { in getMaxHeapForCompressedOops()
83 …public static OutputAnalyzer runWhiteBoxTest(String[] vmargs, String classname, String[] arguments… in runWhiteBoxTest()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/gc/arguments/
H A DTestUseCompressedOopsErgoTools.java58 public static long getMaxHeapForCompressedOops(String[] vmargs) throws Exception { in getMaxHeapForCompressedOops()
83 …public static OutputAnalyzer runWhiteBoxTest(String[] vmargs, String classname, String[] arguments… in runWhiteBoxTest()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/gc/arguments/
H A DTestUseCompressedOopsErgoTools.java53 public static long getMaxHeapForCompressedOops(String[] vmargs) throws Exception { in getMaxHeapForCompressedOops()
79 …public static OutputAnalyzer runWhiteBoxTest(String[] vmargs, String classname, String[] arguments… in runWhiteBoxTest()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/gc/arguments/
H A DTestUseCompressedOopsErgoTools.java53 public static long getMaxHeapForCompressedOops(String[] vmargs) throws Exception { in getMaxHeapForCompressedOops()
79 …public static OutputAnalyzer runWhiteBoxTest(String[] vmargs, String classname, String[] arguments… in runWhiteBoxTest()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/gc/g1/
H A DTestHumongousCodeCacheRoots.java95 …public static OutputAnalyzer runWhiteBoxTest(String[] vmargs, String classname, String[] arguments… in runWhiteBoxTest()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/gc/g1/
H A DTestHumongousCodeCacheRoots.java95 …public static OutputAnalyzer runWhiteBoxTest(String[] vmargs, String classname, String[] arguments… in runWhiteBoxTest()

123