Searched refs:_young_region_num (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MonitoringSupport.cpp88 _young_region_num(0),
193 _young_region_num = young_list_length;
241 if (young_region_num > _young_region_num) {
242 uint diff = young_region_num - _young_region_num;
247 _young_region_num = young_region_num;
H A Dg1MonitoringSupport.hpp150 uint _young_region_num; member in class:G1MonitoringSupport

Completed in 30 milliseconds