src/hotspot/share/runtime/init.hpp
changeset 54301 2f522c487791
parent 53244 9807daeb47c4
equal deleted inserted replaced
54300:1b85f55c9aa2 54301:2f522c487791
    38 jint init_globals();     // call constructors at startup (main Java thread)
    38 jint init_globals();     // call constructors at startup (main Java thread)
    39 void vm_init_globals();  // call constructors at startup (VM thread)
    39 void vm_init_globals();  // call constructors at startup (VM thread)
    40 void exit_globals();     // call destructors before exit
    40 void exit_globals();     // call destructors before exit
    41 
    41 
    42 bool is_init_completed();     // returns true when bootstrapping has completed
    42 bool is_init_completed();     // returns true when bootstrapping has completed
       
    43 void wait_init_completed();   // wait until set_init_completed() has been called
    43 void set_init_completed();    // set basic init to completed
    44 void set_init_completed();    // set basic init to completed
    44 
    45 
    45 #endif // SHARE_RUNTIME_INIT_HPP
    46 #endif // SHARE_RUNTIME_INIT_HPP