< prev index next >

src/share/vm/services/management.hpp

Print this page
rev 8932 : 8046148

@@ -116,10 +116,14 @@
   ~TraceVmCreationTime() {}
 
   void start()
   { _timer.update_to(0); _begin_time = os::javaTimeMillis(); }
 
+  jlong begin_time() const {
+    return _begin_time;
+  }
+
   /**
    * 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).
    */
< prev index next >