src/share/vm/gc/g1/concurrentG1RefineThread.hpp
Index
Unified diffs
Context diffs
Sdiffs
Wdiffs
Patch
New
Old
Previous File
Next File
hotspot Cdiff src/share/vm/gc/g1/concurrentG1RefineThread.hpp
src/share/vm/gc/g1/concurrentG1RefineThread.hpp
Print this page
*** 51,65 ****
ConcurrentG1Refine* _cg1r;
// The closure applied to completed log buffers.
CardTableEntryClosure* _refine_closure;
! int _thread_threshold_step;
// This thread activation threshold
! int _threshold;
// This thread deactivation threshold
! int _deactivation_threshold;
void wait_for_completed_buffers();
void set_active(bool x) { _active = x; }
bool is_active();
--- 51,65 ----
ConcurrentG1Refine* _cg1r;
// The closure applied to completed log buffers.
CardTableEntryClosure* _refine_closure;
! size_t _thread_threshold_step;
// This thread activation threshold
! size_t _threshold;
// This thread deactivation threshold
! size_t _deactivation_threshold;
void wait_for_completed_buffers();
void set_active(bool x) { _active = x; }
bool is_active();
src/share/vm/gc/g1/concurrentG1RefineThread.hpp
Index
Unified diffs
Context diffs
Sdiffs
Wdiffs
Patch
New
Old
Previous File
Next File