--- old/hotspot/src/share/vm/services/management.cpp 2015-06-18 15:30:08.629451455 -0700 +++ new/hotspot/src/share/vm/services/management.cpp 2015-06-18 15:30:07.925012425 -0700 @@ -86,10 +86,6 @@ 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 }