< prev index next >

src/share/vm/memory/metachunk.cpp

Print this page

        

@@ -40,11 +40,11 @@
 
   return alignment;
 }
 
 size_t Metachunk::overhead() {
-  return align_size_up(sizeof(Metachunk), object_alignment()) / BytesPerWord;
+  return align_up(sizeof(Metachunk), object_alignment()) / BytesPerWord;
 }
 
 // Metachunk methods
 
 Metachunk::Metachunk(size_t word_size,
< prev index next >