diff src/share/vm/code/vtableStubs.hpp @ 17668:22b3b2f888bc

8025841: JVMTI: "vtable stub" dynamic code notification is misplaced Summary: Generate correct "vtable stub" dynamic code notifications Reviewed-by: sspitsyn, kvn, coleenp Contributed-by: oleg.mazurov@oracle.com
author sspitsyn
date Thu, 06 Feb 2014 20:13:38 -0800
parents b2e698d2276c
children 4ca6dc0799b6
line wrap: on
line diff
--- a/src/share/vm/code/vtableStubs.hpp	Thu Jan 16 10:51:16 2014 -0800
+++ b/src/share/vm/code/vtableStubs.hpp	Thu Feb 06 20:13:38 2014 -0800
@@ -131,6 +131,7 @@
   static VtableStub* stub_containing(address pc);                    // stub containing pc or NULL
   static int         number_of_vtable_stubs() { return _number_of_vtable_stubs; }
   static void        initialize();
+  static void        vtable_stub_do(void f(VtableStub*));            // iterates over all vtable stubs
 };
 
 #endif // SHARE_VM_CODE_VTABLESTUBS_HPP