--- old/src/share/vm/gc_implementation/g1/collectionSetChooser.cpp 2012-12-19 15:57:14.724501165 -0800 +++ new/src/share/vm/gc_implementation/g1/collectionSetChooser.cpp 2012-12-19 15:57:14.513393995 -0800 @@ -85,7 +85,7 @@ _curr_index(0), _length(0), _first_par_unreserved_idx(0), _region_live_threshold_bytes(0), _remaining_reclaimable_bytes(0) { _region_live_threshold_bytes = - HeapRegion::GrainBytes * (size_t) G1OldCSetRegionLiveThresholdPercent / 100; + HeapRegion::GrainBytes * (size_t) G1MixedGCLiveThresholdPercent / 100; } #ifndef PRODUCT