hotspot/src/share/vm/services/management.cpp
changeset 33961 21e31cba253a
parent 31236 d4d3011aa98e
parent 33959 36f534ca18c0
child 33962 a96fba52fc81
--- a/hotspot/src/share/vm/services/management.cpp	Thu Jul 02 08:53:58 2015 -0700
+++ b/hotspot/src/share/vm/services/management.cpp	Mon Jul 06 11:47:51 2015 -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
 }