--- old/src/share/vm/code/vtableStubs.cpp 2014-10-14 09:41:04.005101587 +0200 +++ new/src/share/vm/code/vtableStubs.cpp 2014-10-14 09:40:52.521101898 +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();