This commit is contained in:
Jesper Wilhelmsson 2014-09-22 16:22:21 +02:00
commit f9b921bd25
63 changed files with 2247 additions and 831 deletions

View file

@ -1077,7 +1077,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();
CompileBroker::handle_full_code_cache(CodeBlobType::NonMethod);
return NULL;
}
address handler = handler_blob->code_begin();