Searched refs:LM_CLASS (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/bin/
H A Djava.h230 LM_CLASS, enumerator in enum:LaunchMode
H A Djava.c977 mode = LM_CLASS;
1071 /* default to LM_CLASS if -jar and -cp option are
1073 mode = LM_CLASS;
/openjdk7/jdk/src/share/classes/sun/launcher/
H A DLauncherHelper.java423 // enum LaunchMode { LM_UNKNOWN = 0, LM_CLASS, LM_JAR };
426 private static final int LM_CLASS = 1; field in class:LauncherHelper
469 case LM_CLASS:

Completed in 57 milliseconds