--- old/src/share/vm/code/vtableStubs.cpp 2014-10-10 14:56:09.243266593 +0200 +++ new/src/share/vm/code/vtableStubs.cpp 2014-10-10 14:56:08.259266624 +0200 @@ -63,7 +63,6 @@ // If changing the name, update the other file accordingly. BufferBlob* blob = BufferBlob::create("vtable chunks", bytes); if (blob == NULL) { - CompileBroker::handle_full_code_cache(CodeBlobType::NonNMethod); return NULL; } _chunk = blob->content_begin();