hotspot/src/share/vm/code/stubs.cpp
changeset 33105 294e48b4f704
parent 31620 53be635ad49c
child 42664 29142a56c193
--- a/hotspot/src/share/vm/code/stubs.cpp	Mon Sep 28 15:05:02 2015 +0200
+++ b/hotspot/src/share/vm/code/stubs.cpp	Tue Sep 29 11:02:08 2015 +0200
@@ -67,7 +67,7 @@
   intptr_t size = round_to(buffer_size, 2*BytesPerWord);
   BufferBlob* blob = BufferBlob::create(name, size);
   if( blob == NULL) {
-    vm_exit_out_of_memory(size, OOM_MALLOC_ERROR, err_msg("CodeCache: no room for %s", name));
+    vm_exit_out_of_memory(size, OOM_MALLOC_ERROR, "CodeCache: no room for %s", name);
   }
   _stub_interface  = stub_interface;
   _buffer_size     = blob->content_size();