changeset 17087 | f0b76c4c93a0 |
parent 16368 | 713209c45a82 |
child 21528 | 479228ecf6ac |
--- a/hotspot/src/share/vm/asm/assembler.cpp Tue Apr 30 09:17:06 2013 -0400 +++ b/hotspot/src/share/vm/asm/assembler.cpp Tue Apr 30 11:56:52 2013 -0700 @@ -44,7 +44,7 @@ CodeSection* cs = code->insts(); cs->clear_mark(); // new assembler kills old mark if (cs->start() == NULL) { - vm_exit_out_of_memory(0, err_msg("CodeCache: no room for %s", + vm_exit_out_of_memory(0, OOM_MMAP_ERROR, err_msg("CodeCache: no room for %s", code->name())); } _code_section = cs;