src/share/vm/runtime/vm_operations.cpp

Print this page
rev 1083 : code cache unloading for webrev 091214
rev 1085 : checkpoint unloading changes on 100107

@@ -149,10 +149,14 @@
   thread->make_zombies();
 }
 
 #endif // !PRODUCT
 
+void VM_HandleFullCodeCache::doit() {
+  NMethodSweeper::speculative_disconnect_nmethods(_is_full);
+}
+
 void VM_Verify::doit() {
   Universe::verify();
 }
 
 bool VM_PrintThreads::doit_prologue() {