changeset 5403 | 6b0dd9c75dde |
parent 3261 | c7d5aae8d3f7 |
child 5547 | f4b087cbb361 |
--- a/hotspot/src/share/vm/asm/assembler.cpp Sun Oct 11 16:19:25 2009 -0700 +++ b/hotspot/src/share/vm/asm/assembler.cpp Thu Apr 22 13:23:15 2010 -0700 @@ -43,7 +43,8 @@ _code_pos = cs->end(); _oop_recorder= code->oop_recorder(); if (_code_begin == NULL) { - vm_exit_out_of_memory1(0, "CodeCache: no room for %s", code->name()); + vm_exit_out_of_memory(0, err_msg("CodeCache: no room for %s", + code->name())); } }