hotspot/src/share/vm/services/management.hpp
/**
* Only call this if initialization completes successfully; it will
* crash if PerfMemory_exit() has already been called (usually by
* os::shutdown() when there was an initialization failure).
*/
void end()
{ Management::record_vm_startup_time(_begin_time, _timer.milliseconds()); }
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.