< prev index next >

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

Print this page

        

@@ -27,11 +27,11 @@
 #include "gc/z/zList.hpp"
 #include "gc/z/zPage.hpp"
 #include "gc/z/zValue.hpp"
 #include "memory/allocation.hpp"
 
-class ZPageCache VALUE_OBJ_CLASS_SPEC {
+class ZPageCache {
 private:
   size_t                  _available;
 
   ZPerNUMA<ZList<ZPage> > _small;
   ZList<ZPage>            _medium;
< prev index next >