< prev index next >

src/hotspot/share/gc/g1/g1CardLiveData.cpp

Print this page

        

@@ -92,11 +92,11 @@
   return _max_capacity >> G1CardTable::card_shift;
 }
 
 // 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;
 
   // The card number of the bottom of the G1 heap.
< prev index next >