hotspot/src/share/vm/code/vtableStubs.cpp
changeset 27420 04e6f914cce1
parent 26919 361b4b4c92c0
child 33105 294e48b4f704
--- 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();