src/share/vm/interpreter/interpreterRuntime.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/interpreter/interpreterRuntime.cpp	Tue Sep 30 15:26:14 2014
--- new/src/share/vm/interpreter/interpreterRuntime.cpp	Tue Sep 30 15:26:13 2014

*** 1075,1085 **** --- 1075,1085 ---- // Implementation of SignatureHandlerLibrary address SignatureHandlerLibrary::set_handler_blob() { BufferBlob* handler_blob = BufferBlob::create("native signature handlers", blob_size); if (handler_blob == NULL) { ! CompileBroker::handle_full_code_cache(CodeBlobType::NonMethod); ! CompileBroker::handle_full_code_cache(CodeBlobType::NonNMethod); return NULL; } address handler = handler_blob->code_begin(); _handler_blob = handler_blob; _handler = handler;

src/share/vm/interpreter/interpreterRuntime.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File