src/share/vm/interpreter/interpreterRuntime.cpp

changeset 4993
746b070f5022
parent 4938
8df6ddda8090
child 5496
ca0165daa6ec
     1.1 --- a/src/share/vm/interpreter/interpreterRuntime.cpp	Tue Apr 30 09:17:06 2013 -0400
     1.2 +++ b/src/share/vm/interpreter/interpreterRuntime.cpp	Tue Apr 30 11:56:52 2013 -0700
     1.3 @@ -1052,7 +1052,7 @@
     1.4      return;
     1.5    }
     1.6    if (set_handler_blob() == NULL) {
     1.7 -    vm_exit_out_of_memory(blob_size, "native signature handlers");
     1.8 +    vm_exit_out_of_memory(blob_size, OOM_MALLOC_ERROR, "native signature handlers");
     1.9    }
    1.10  
    1.11    BufferBlob* bb = BufferBlob::create("Signature Handler Temp Buffer",

mercurial