diff src/share/vm/runtime/vm_operations.cpp @ 1211:c1f1137b3575

Merge
author twisti
date Thu, 04 Feb 2010 03:34:05 -0800
parents 5f24d0319e54
children c18cbe5936b8
line wrap: on
line diff
--- a/src/share/vm/runtime/vm_operations.cpp	Wed Jan 27 22:38:37 2010 -0800
+++ b/src/share/vm/runtime/vm_operations.cpp	Thu Feb 04 03:34:05 2010 -0800
@@ -151,6 +151,10 @@
 
 #endif // !PRODUCT
 
+void VM_HandleFullCodeCache::doit() {
+  NMethodSweeper::speculative_disconnect_nmethods(_is_full);
+}
+
 void VM_Verify::doit() {
   Universe::verify();
 }