Exemplo n.º 1
0
 static jlong get_daemon_thread_count()      { return _daemon_threads_count->get_value() - _exiting_daemon_threads_count; }
Exemplo n.º 2
0
 static jlong get_live_thread_count()        { return _live_threads_count->get_value() - _exiting_threads_count; }
Exemplo n.º 3
0
 static jlong class_method_data_size() {
   return (UsePerfData ? _class_methods_size->get_value() : -1);
 }
Exemplo n.º 4
0
 static jlong get_peak_thread_count()        { return _peak_threads_count->get_value(); }
Exemplo n.º 5
0
 static jlong vm_init_done_time() {
   return _vm_init_done_time->get_value();
 }