< prev index next >

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

Print this page

        

@@ -27,11 +27,11 @@
 #include "gc/z/zForwardingTableEntry.hpp"
 #include "memory/allocation.hpp"
 
 typedef size_t ZForwardingTableCursor;
 
-class ZForwardingTable VALUE_OBJ_CLASS_SPEC {
+class ZForwardingTable {
   friend class VMStructs;
   friend class ZForwardingTableTest;
 
 private:
   ZForwardingTableEntry* _table;
< prev index next >