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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DVM.java149 private static volatile boolean booted = false; field in class:VM
156 public static void booted() { method in class:VM
157 booted = true;
161 return booted;
258 if (booted)
318 if (!booted) {

Completed in 30 milliseconds