Searched defs:args (Results 1 - 25 of 6031) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/macosx/bundle/JavaAppLauncher/src/
H A DJavaAppLauncher.h34 JVMArgs *args; variable
38 @property (retain) JVMArgs *args; variable
/openjdk7/hotspot/test/gc/
H A DTestVerifyBeforeGCDuringStartup.java35 public static void main(String args[]) throws Exception { argument
/openjdk7/hotspot/test/gc/g1/
H A DTestRegionAlignment.java35 public static void main(String[] args) { } argument
/openjdk7/hotspot/test/gc/init/
H A DTestHandleExceedingProcessSizeLimitIn32BitBuilds.java37 public static void main(String args[]) throws Exception { argument
/openjdk7/hotspot/test/runtime/7158988/
H A DTestPostFieldModification.java28 public static void main(String[] args){ argument
/openjdk7/hotspot/test/runtime/7167069/
H A DPrintAsFlag.java35 public static void main(String... args) { argument
/openjdk7/hotspot/test/runtime/8010389/
H A DVMThreadDlopen.java34 public static void main(String[] args) throws Exception { argument
/openjdk7/hotspot/test/runtime/CommandLine/
H A DCompilerConfigFileWarning.java35 public static void main(String[] args) throws Exception { argument
H A DConfigFileWarning.java35 public static void main(String[] args) throws Exception { argument
/openjdk7/hotspot/test/runtime/NMT/
H A DBaselineWithParameter.java37 public static void main(String args[]) throws Exception { argument
H A DCommandLineDetail.java35 public static void main(String args[]) throws Exception { argument
H A DCommandLineEmptyArgument.java35 public static void main(String args[]) throws Exception { argument
H A DCommandLineInvalidArgument.java35 public static void main(String args[]) throws Exception { argument
H A DCommandLineSummary.java35 public static void main(String args[]) throws Exception { argument
H A DCommandLineTurnOffNMT.java35 public static void main(String args[]) throws Exception { argument
H A DJcmdDiffCallsite.java40 public static void main(String args[]) throws Exception { argument
H A DJcmdScale.java36 public static void main(String args[]) throws Exception { argument
H A DMallocTestType.java39 public static void main(String args[]) throws Exception { argument
H A DPrintNMTStatistics.java43 public static void main(String args[]) throws Exception { argument
47 if (args.length > 0) {
H A DPrintNMTStatisticsWithNMTDisabled.java35 public static void main(String args[]) throws Exception { argument
H A DReleaseCommittedMemory.java39 public static void main(String args[]) throws Exception { argument
H A DShutdownTwice.java36 public static void main(String args[]) throws Exception { argument
H A DSummaryAfterShutdown.java36 public static void main(String args[]) throws Exception { argument
/openjdk7/hotspot/test/sanity/
H A DWBApi.java35 public static void main(String... args) { argument
36 System.out.printf("args at: %x\n",WhiteBox.getWhiteBox().getObjectAddress(args));
/openjdk7/hotspot/test/testlibrary/
H A DClassFileInstaller.java35 * @param args The names of the classes to dump
38 public static void main(String... args) throws Exception { argument
39 for (String arg : args) {

Completed in 119 milliseconds

1234567891011>>