diff src/share/vm/runtime/vm_operations.cpp @ 12324:510fbd28919c

8020151: PSR:PERF Large performance regressions when code cache is filled Summary: Code cache sweeping based on method hotness; removed speculatively disconnect Reviewed-by: kvn, iveresov
author anoll
date Fri, 27 Sep 2013 10:50:55 +0200
parents f2110083203d
children cefad50507d8 78bbf4d43a14
line wrap: on
line diff
--- a/src/share/vm/runtime/vm_operations.cpp	Fri Sep 27 08:39:19 2013 +0200
+++ b/src/share/vm/runtime/vm_operations.cpp	Fri Sep 27 10:50:55 2013 +0200
@@ -173,10 +173,6 @@
   SymbolTable::unlink();
 }
 
-void VM_HandleFullCodeCache::doit() {
-  NMethodSweeper::speculative_disconnect_nmethods(_is_full);
-}
-
 void VM_Verify::doit() {
   Universe::heap()->prepare_for_verify();
   Universe::verify(_silent);