hotspot/src/share/vm/compiler/compileBroker.cpp
changeset 22758 c6b6abb73544
parent 22520 b9e88eed82d7
child 22876 57aa8995d43b
child 22796 bb0ea482a99e
--- a/hotspot/src/share/vm/compiler/compileBroker.cpp	Mon Feb 10 17:49:17 2014 +0100
+++ b/hotspot/src/share/vm/compiler/compileBroker.cpp	Tue Feb 11 08:43:17 2014 -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);