hotspot/src/share/vm/interpreter/interpreterRuntime.cpp
changeset 17087 f0b76c4c93a0
parent 17002 d86c9dfa4a5f
child 19266 bb0324cbe0aa
--- a/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp	Tue Apr 30 09:17:06 2013 -0400
+++ b/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp	Tue Apr 30 11:56:52 2013 -0700
@@ -1052,7 +1052,7 @@
     return;
   }
   if (set_handler_blob() == NULL) {
-    vm_exit_out_of_memory(blob_size, "native signature handlers");
+    vm_exit_out_of_memory(blob_size, OOM_MALLOC_ERROR, "native signature handlers");
   }
 
   BufferBlob* bb = BufferBlob::create("Signature Handler Temp Buffer",