src/hotspot/share/gc/g1/g1Allocator.inline.hpp
changeset 50095 bf2f27b92064
parent 49945 9425445633cf
child 52062 8dbf1a13af49
--- a/src/hotspot/share/gc/g1/g1Allocator.inline.hpp	Mon May 07 09:11:21 2018 +0200
+++ b/src/hotspot/share/gc/g1/g1Allocator.inline.hpp	Mon May 07 23:07:01 2018 +0200
@@ -64,7 +64,7 @@
 
 inline PLAB* G1PLABAllocator::alloc_buffer(InCSetState dest) {
   assert(dest.is_valid(),
-         "Allocation buffer index out-of-bounds: " CSETSTATE_FORMAT, dest.value());
+         "Allocation buffer index out of bounds: " CSETSTATE_FORMAT, dest.value());
   assert(_alloc_buffers[dest.value()] != NULL,
          "Allocation buffer is NULL: " CSETSTATE_FORMAT, dest.value());
   return _alloc_buffers[dest.value()];