hotspot/src/share/vm/memory/space.hpp
changeset 25905 04a3d83cc752
parent 25730 7eb4e685f739
child 26839 021bfc544c6f
--- a/hotspot/src/share/vm/memory/space.hpp	Thu Jul 31 09:23:24 2014 +0200
+++ b/hotspot/src/share/vm/memory/space.hpp	Fri Aug 01 15:40:12 2014 -0700
@@ -526,6 +526,7 @@
   // Allocation (return NULL if full)
   virtual HeapWord* allocate(size_t word_size);
   virtual HeapWord* par_allocate(size_t word_size);
+  HeapWord* allocate_aligned(size_t word_size);
 
   // Iteration
   void oop_iterate(ExtendedOopClosure* cl);