Searched refs:SelectVersion (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c97 * of the jre exec'd through the SelectVersion routine. The command line
112 * the program image remain relatively small until after SelectVersion
132 * putenv is performed in SelectVersion. We need
150 static void SelectVersion(int argc, char **argv, char **main_class);
248 * There are three things to note about the SelectVersion() routine:
262 SelectVersion(argc, argv, &main_class);
890 * The SelectVersion() routine ensures that an appropriate version of
898 SelectVersion(int argc, char **argv, char **main_class) function
/openjdk7/jdk/src/share/bin/
H A Djava.c58 * the program image remain relatively small until after SelectVersion
83 * putenv is performed in SelectVersion. We need
100 static void SelectVersion(int argc, char **argv, char **main_class);
216 * There are three things to note about the SelectVersion() routine:
230 SelectVersion(argc, argv, &main_class);
714 * The SelectVersion() routine ensures that an appropriate version of
722 SelectVersion(int argc, char **argv, char **main_class) function

Completed in 39 milliseconds