< prev index next >

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

Print this page

        

@@ -29,11 +29,11 @@
 #include "gc/z/zPageTableEntry.hpp"
 #include "memory/allocation.hpp"
 
 class ZPage;
 
-class ZPageTable VALUE_OBJ_CLASS_SPEC {
+class ZPageTable {
   friend class VMStructs;
   friend class ZPageTableIterator;
 
 private:
   ZAddressRangeMap<ZPageTableEntry, ZPageSizeMinShift> _map;
< prev index next >