< prev index next >

src/hotspot/share/runtime/init.hpp

Print this page

        

*** 38,45 **** --- 38,46 ---- jint init_globals(); // call constructors at startup (main Java thread) void vm_init_globals(); // call constructors at startup (VM thread) void exit_globals(); // call destructors before exit bool is_init_completed(); // returns true when bootstrapping has completed + void wait_init_completed(); // wait until set_init_completed() has been called void set_init_completed(); // set basic init to completed #endif // SHARE_RUNTIME_INIT_HPP
< prev index next >