< prev index next >

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

Print this page

        

@@ -43,11 +43,11 @@
 #include "gc/z/zWeakRootsProcessor.hpp"
 #include "gc/z/zServiceability.hpp"
 #include "gc/z/zWorkers.hpp"
 #include "memory/allocation.hpp"
 
-class ZHeap VALUE_OBJ_CLASS_SPEC {
+class ZHeap {
   friend class VMStructs;
 
 private:
   static ZHeap*       _heap;
 
< prev index next >