hotspot/src/share/vm/services/management.hpp
changeset 33097 96e348cb0442
parent 30247 9925b07bba5b
child 42052 b3a1c6c4f86e
--- a/hotspot/src/share/vm/services/management.hpp	Wed Sep 23 22:04:23 2015 +0300
+++ b/hotspot/src/share/vm/services/management.hpp	Thu Sep 24 12:36:04 2015 +0200
@@ -118,6 +118,10 @@
   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