< prev index next >

hotspot/src/share/vm/services/management.cpp

Print this page

        

*** 84,97 **** ThreadService::init(); RuntimeService::init(); ClassLoadingService::init(); #else ThreadService::init(); - // Make sure the VM version is initialized - // This is normally called by RuntimeService::init(). - // Since that is conditionalized out, we need to call it here. - Abstract_VM_Version::initialize(); #endif // INCLUDE_MANAGEMENT } #if INCLUDE_MANAGEMENT --- 84,93 ----
< prev index next >