hotspot/src/share/vm/memory/binaryTreeDictionary.cpp
changeset 33105 294e48b4f704
parent 30764 fec48bf5a827
child 35061 be6025ebffea
--- a/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp	Mon Sep 28 15:05:02 2015 +0200
+++ b/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp	Tue Sep 29 11:02:08 2015 +0200
@@ -708,8 +708,8 @@
   size_t size = fc->size();
 
   assert((size >= min_size()),
-    err_msg(SIZE_FORMAT " is too small to be a TreeChunk<Chunk_t, FreeList_t> " SIZE_FORMAT,
-      size, min_size()));
+         SIZE_FORMAT " is too small to be a TreeChunk<Chunk_t, FreeList_t> " SIZE_FORMAT,
+         size, min_size());
   if (FLSVerifyDictionary) {
     verify_tree();
   }