< prev index next >

src/hotspot/share/memory/heap.hpp

Print this page

        

@@ -30,11 +30,11 @@
 #include "memory/virtualspace.hpp"
 #include "utilities/macros.hpp"
 
 // Blocks
 
-class HeapBlock VALUE_OBJ_CLASS_SPEC {
+class HeapBlock {
   friend class VMStructs;
 
  public:
   struct Header {
     size_t  _length;                             // the length in segments
< prev index next >