jdk/src/java.base/share/classes/sun/misc/VM.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 28765 8878e8455f2a
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   148 
   148 
   149 
   149 
   150     private static volatile boolean booted = false;
   150     private static volatile boolean booted = false;
   151     private static final Object lock = new Object();
   151     private static final Object lock = new Object();
   152 
   152 
   153     // Invoked by by System.initializeSystemClass just before returning.
   153     // Invoked by System.initializeSystemClass just before returning.
   154     // Subsystems that are invoked during initialization can check this
   154     // Subsystems that are invoked during initialization can check this
   155     // property in order to avoid doing things that should wait until the
   155     // property in order to avoid doing things that should wait until the
   156     // application class loader has been set up.
   156     // application class loader has been set up.
   157     //
   157     //
   158     public static void booted() {
   158     public static void booted() {