src/share/vm/services/jmm.h

changeset 6026
e4f478e7781b
parent 5047
31a4e55f8c9d
child 6876
710a3c8b516e
child 9979
9f2b95a3c80b
     1.1 --- a/src/share/vm/services/jmm.h	Thu Oct 24 22:19:48 2013 -0700
     1.2 +++ b/src/share/vm/services/jmm.h	Fri Oct 25 09:07:58 2013 +0200
     1.3 @@ -78,6 +78,7 @@
     1.4    JMM_COMPILE_TOTAL_TIME_MS          = 8,    /* Total accumulated time spent in compilation */
     1.5    JMM_GC_TIME_MS                     = 9,    /* Total accumulated time spent in collection */
     1.6    JMM_GC_COUNT                       = 10,   /* Total number of collections */
     1.7 +  JMM_JVM_UPTIME_MS                  = 11,   /* The JVM uptime in milliseconds */
     1.8  
     1.9    JMM_INTERNAL_ATTRIBUTE_INDEX       = 100,
    1.10    JMM_CLASS_LOADED_BYTES             = 101,  /* Number of bytes loaded instance classes */

mercurial