< prev index next >

src/hotspot/share/gc/z/zLiveMap.hpp

Print this page

        

@@ -27,11 +27,11 @@
 #include "gc/z/zBitMap.hpp"
 #include "memory/allocation.hpp"
 
 class ObjectClosure;
 
-class ZLiveMap VALUE_OBJ_CLASS_SPEC {
+class ZLiveMap {
   friend class ZLiveMapTest;
 
 private:
   static const size_t nsegments = 64;
 
< prev index next >