This commit is contained in:
Roland Westrelin 2014-07-11 02:34:11 -07:00
commit 471e47dddf
14 changed files with 62 additions and 65 deletions

View file

@ -1093,6 +1093,7 @@ IRT_END
address SignatureHandlerLibrary::set_handler_blob() {
BufferBlob* handler_blob = BufferBlob::create("native signature handlers", blob_size);
if (handler_blob == NULL) {
CompileBroker::handle_full_code_cache();
return NULL;
}
address handler = handler_blob->code_begin();