< prev index next >

src/hotspot/share/gc/g1/heapRegionRemSet.hpp

Print this page

        

@@ -69,11 +69,11 @@
 //   2) We find PRT's in an attempt to add entries.  If a PRT is deleted,
 //      it's _coarse_map bit is set, so the that we were attempting to add
 //      is represented.  If a deleted PRT is re-used, a thread adding a bit,
 //      thinking the PRT is for a different region, does no harm.
 
-class OtherRegionsTable VALUE_OBJ_CLASS_SPEC {
+class OtherRegionsTable {
   friend class HeapRegionRemSetIterator;
 
   G1CollectedHeap* _g1h;
   Mutex*           _m;
   HeapRegion*      _hr;
< prev index next >