diff src/share/vm/gc_implementation/shared/spaceDecorator.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 63a4eb8bcd23
children
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/shared/spaceDecorator.hpp	Tue Apr 01 14:09:03 2014 +0200
+++ b/src/share/vm/gc_implementation/shared/spaceDecorator.hpp	Tue Apr 01 13:57:07 2014 +0200
@@ -75,7 +75,7 @@
 
   // High water mark for allocations.  Typically, the space above
   // this point have been mangle previously and don't need to be
-  // touched again.  Space below this point has been allocated
+  // touched again.  Space belows this point has been allocated
   // and remangling is needed between the current top and this
   // high water mark.
   HeapWord* _top_for_allocations;