Searched refs:booted (Results 1 – 3 of 3) sorted by relevance
151 private static volatile boolean booted = false; field in VM159 public static void booted() { in booted() method in VM161 booted = true; in booted()167 return booted; in isBooted()175 while (!booted) { in awaitBooted()276 if (booted) in saveAndRemoveProperties()
74 public static void booted() { in booted() method in VM147 private static volatile boolean booted = false; field in VM
1732 sun.misc.VM.booted(); in sun.misc.VM.booted()