comparison src/share/vm/runtime/sweeper.hpp @ 14412:e2722a66aba7

Merge
author kvn
date Thu, 05 Sep 2013 11:04:39 -0700
parents 5888334c9c24
children 510fbd28919c
comparison
equal deleted inserted replaced
14411:bdd155477289 14412:e2722a66aba7
81 static jlong peak_sweep_fraction_time() { return _peak_sweep_fraction_time; } 81 static jlong peak_sweep_fraction_time() { return _peak_sweep_fraction_time; }
82 static jlong total_disconnect_time() { return _total_disconnect_time; } 82 static jlong total_disconnect_time() { return _total_disconnect_time; }
83 static jlong peak_disconnect_time() { return _peak_disconnect_time; } 83 static jlong peak_disconnect_time() { return _peak_disconnect_time; }
84 84
85 #ifdef ASSERT 85 #ifdef ASSERT
86 static bool is_sweeping(nmethod* which) { return _current == which; }
86 // Keep track of sweeper activity in the ring buffer 87 // Keep track of sweeper activity in the ring buffer
87 static void record_sweep(nmethod* nm, int line); 88 static void record_sweep(nmethod* nm, int line);
88 static void report_events(int id, address entry); 89 static void report_events(int id, address entry);
89 static void report_events(); 90 static void report_events();
90 #endif 91 #endif