--- old/hotspot/src/share/vm/services/management.cpp 2015-06-16 15:04:37.903889882 -0700 +++ new/hotspot/src/share/vm/services/management.cpp 2015-06-16 15:04:37.168578353 -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 }