< prev index next >

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

Print this page

        

@@ -26,11 +26,11 @@
 
 #include "memory/allocation.hpp"
 
 class ZPage;
 
-class ZRelocationSet VALUE_OBJ_CLASS_SPEC {
+class ZRelocationSet {
   template <bool> friend class ZRelocationSetIteratorImpl;
 
 private:
   ZPage** _pages;
   size_t  _npages;
< prev index next >