--- old/src/share/vm/code/vtableStubs.cpp 2014-10-23 13:40:55.048203850 +0200 +++ new/src/share/vm/code/vtableStubs.cpp 2014-10-23 13:40:53.948203891 +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();