< prev index next >

src/hotspot/share/runtime/interfaceSupport.inline.hpp

Print this page
rev 60137 : 8227745: Enable Escape Analysis for Better Performance in the Presence of JVMTI Agents
Reviewed-by: mdoerr, goetz
rev 60138 : 8227745: delta webrev.5 -> webrev.6

@@ -59,11 +59,10 @@
   static void walk_stack_from(vframe* start_vf);
   static void walk_stack();
 
   static void zombieAll();
   static void deoptimizeAll();
-  static void deoptimizeAllObjects();
   static void verify_stack();
   static void verify_last_frame();
 # endif
 };
 
< prev index next >