Searched refs:printVersion (Results 1 - 4 of 4) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/
H A DRecognizedOptions.java67 void printVersion(); method in interface:RecognizedOptions.OptionHelper
91 public void printVersion() { method in class:RecognizedOptions.GrumpyHelper
368 helper.printVersion();
H A DMain.java97 public void printVersion() {
/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c124 static jboolean printVersion = JNI_FALSE; /* print and exit */ variable
429 if (printVersion || showVersion) {
435 if (printVersion) {
1173 printVersion = JNI_TRUE;
/openjdk7/jdk/src/share/bin/
H A Djava.c67 static jboolean printVersion = JNI_FALSE; /* print and exit */ variable
368 if (printVersion || showVersion) {
371 if (printVersion) {
988 printVersion = JNI_TRUE;

Completed in 42 milliseconds