hotspot/src/share/vm/services/management.cpp
changeset 33976 160793725e6f
parent 33148 68fa8b6c4340
parent 33962 a96fba52fc81
child 35185 31b4d3da482f
equal deleted inserted replaced
33428:8077fd2f055d 33976:160793725e6f
    82   ThreadService::init();
    82   ThreadService::init();
    83   RuntimeService::init();
    83   RuntimeService::init();
    84   ClassLoadingService::init();
    84   ClassLoadingService::init();
    85 #else
    85 #else
    86   ThreadService::init();
    86   ThreadService::init();
    87   // Make sure the VM version is initialized
       
    88   // This is normally called by RuntimeService::init().
       
    89   // Since that is conditionalized out, we need to call it here.
       
    90   Abstract_VM_Version::initialize();
       
    91 #endif // INCLUDE_MANAGEMENT
    87 #endif // INCLUDE_MANAGEMENT
    92 }
    88 }
    93 
    89 
    94 #if INCLUDE_MANAGEMENT
    90 #if INCLUDE_MANAGEMENT
    95 
    91