--- old/src/share/vm/code/vtableStubs.cpp 2014-09-04 12:25:41.334499662 +0200 +++ new/src/share/vm/code/vtableStubs.cpp 2014-09-04 12:25:41.206499668 +0200 @@ -63,7 +63,7 @@ // If changing the name, update the other file accordingly. BufferBlob* blob = BufferBlob::create("vtable chunks", bytes); if (blob == NULL) { - CompileBroker::handle_full_code_cache(); + CompileBroker::handle_full_code_cache(CodeBlobType::NonMethod); return NULL; } _chunk = blob->content_begin();