< prev index next >

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

Print this page

        

@@ -27,11 +27,11 @@
 #include "gc/z/zGlobals.hpp"
 #include "memory/allocation.hpp"
 
 class ZPage;
 
-class ZMarkCacheEntry VALUE_OBJ_CLASS_SPEC {
+class ZMarkCacheEntry {
 private:
   ZPage*   _page;
   uint32_t _objects;
   size_t   _bytes;
 
< prev index next >