--- old/src/share/vm/gc_implementation/g1/g1ParScanThreadState.hpp 2014-12-16 11:05:45.484861505 +0100 +++ new/src/share/vm/gc_implementation/g1/g1ParScanThreadState.hpp 2014-12-16 11:05:45.425859792 +0100 @@ -49,7 +49,7 @@ G1ParGCAllocator* _g1_par_allocator; ageTable _age_table; - InCSetState _dest[InCSetState::Num]; + InCSetState _dest[InCSetState::Num]; // Local tenuring threshold. uint _tenuring_threshold; G1ParScanClosure _scanner;