src/hotspot/share/runtime/os.cpp
changeset 52581 d402a406bbc3
parent 52460 f1bb77833b59
child 52876 2d17750d41e7
equal deleted inserted replaced
52580:73f6a850a62f 52581:d402a406bbc3
    82 julong os::num_frees = 0;           // # of calls to free
    82 julong os::num_frees = 0;           // # of calls to free
    83 julong os::free_bytes = 0;          // # of bytes freed
    83 julong os::free_bytes = 0;          // # of bytes freed
    84 #endif
    84 #endif
    85 
    85 
    86 static size_t cur_malloc_words = 0;  // current size for MallocMaxTestWords
    86 static size_t cur_malloc_words = 0;  // current size for MallocMaxTestWords
       
    87 
       
    88 DEBUG_ONLY(bool os::_mutex_init_done = false;)
    87 
    89 
    88 void os_init_globals() {
    90 void os_init_globals() {
    89   // Called from init_globals().
    91   // Called from init_globals().
    90   // See Threads::create_vm() in thread.cpp, and init.cpp.
    92   // See Threads::create_vm() in thread.cpp, and init.cpp.
    91   os::init_globals();
    93   os::init_globals();