diff -r a934f24b4dcf -r 04e6f914cce1 hotspot/src/share/vm/code/vtableStubs.cpp --- a/hotspot/src/share/vm/code/vtableStubs.cpp Fri Oct 24 08:35:29 2014 +0200 +++ b/hotspot/src/share/vm/code/vtableStubs.cpp Fri Oct 24 14:25:46 2014 +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();