comparison src/share/vm/services/management.hpp @ 4755:2b3acb34791f

Merge
author dcubed
date Fri, 06 Jan 2012 16:18:29 -0800
parents 2e0ef19fc891
children da91efe96a93
comparison
equal deleted inserted replaced
4748:2ee4167627a3 4755:2b3acb34791f
74 74
75 // Update the timestamp to the vm init done time 75 // Update the timestamp to the vm init done time
76 _stamp.update(); 76 _stamp.update();
77 } 77 }
78 78
79 static jlong begin_vm_creation_time() {
80 return _begin_vm_creation_time->get_value();
81 }
79 static jlong vm_init_done_time() { 82 static jlong vm_init_done_time() {
80 return _vm_init_done_time->get_value(); 83 return _vm_init_done_time->get_value();
81 } 84 }
82 85
83 // methods to return a klassOop. 86 // methods to return a klassOop.