--- old/src/share/vm/compiler/compileBroker.cpp 2014-02-10 13:49:05.232911465 -0800 +++ new/src/share/vm/compiler/compileBroker.cpp 2014-02-10 13:49:05.084904111 -0800 @@ -955,7 +955,7 @@ if (compiler_thread == NULL || compiler_thread->osthread() == NULL){ vm_exit_during_initialization("java.lang.OutOfMemoryError", - "unable to create new native thread"); + os::native_thread_creation_failed_msg()); } java_lang_Thread::set_thread(thread_oop(), compiler_thread);