diff src/share/vm/memory/universe.hpp @ 3852:fdb992d83a87

7071653: JSR 292: call site change notification should be pushed not pulled Reviewed-by: kvn, never, bdelsart
author twisti
date Tue, 16 Aug 2011 04:14:05 -0700
parents 6747fd0512e0
children 53074c2c4600
line wrap: on
line diff
--- a/src/share/vm/memory/universe.hpp	Thu Aug 11 12:08:11 2011 -0700
+++ b/src/share/vm/memory/universe.hpp	Tue Aug 16 04:14:05 2011 -0700
@@ -439,6 +439,7 @@
 
   // Flushing and deoptimization
   static void flush_dependents_on(instanceKlassHandle dependee);
+  static void flush_dependents_on(Handle call_site, Handle method_handle);
 #ifdef HOTSWAP
   // Flushing and deoptimization in case of evolution
   static void flush_evol_dependents_on(instanceKlassHandle dependee);