Searched defs:young_region_num (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MonitoringSupport.cpp240 uint young_region_num = g1h()->young_list()->length(); local
241 if (young_region_num > _young_region_num) {
242 uint diff = young_region_num - _young_region_num;
247 _young_region_num = young_region_num;

Completed in 42 milliseconds