--- old/src/hotspot/share/gc/g1/g1CardLiveData.cpp 2018-03-12 10:02:12.195504647 -0400 +++ new/src/hotspot/share/gc/g1/g1CardLiveData.cpp 2018-03-12 10:02:11.633452853 -0400 @@ -94,7 +94,7 @@ // Helper class that provides functionality to generate the Live Data Count // information. -class G1CardLiveDataHelper VALUE_OBJ_CLASS_SPEC { +class G1CardLiveDataHelper { private: BitMapView _region_bm; BitMapView _card_bm;