< prev index next >

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

Print this page

        

@@ -26,11 +26,11 @@
 
 #include "gc/z/zRelocationSet.hpp"
 #include "gc/z/zWorkers.hpp"
 #include "memory/allocation.hpp"
 
-class ZRelocate VALUE_OBJ_CLASS_SPEC {
+class ZRelocate {
   friend class ZRelocateTask;
 
 private:
   ZWorkers* const _workers;
 
< prev index next >