Searched defs:exitcode (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DLogCompilation.java39 public static void usage(int exitcode) { argument
47 System.exit(exitcode);
/openjdk7/jdk/test/java/util/Locale/
H A DLocaleTestFmwk.java118 } else if (args[i].equals("-exitcode")) {
119 exitcode = true;
173 if (exitcode) {
248 ": [-verbose] [-nothrow] [-exitcode] [-prompt] [test names]");
259 private boolean exitcode = false; field in class:LocaleTestFmwk
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DJ2DBench.java104 public static void usage(int exitcode) { argument
183 System.exit(exitcode);
/openjdk7/jdk/test/sun/java2d/SunGraphics2D/
H A DPolyVertTest.java240 public static void usage(int exitcode) { argument
260 System.exit(exitcode);

Completed in 62 milliseconds