src/share/vm/code/vtableStubs.hpp

changeset 6310
22b3b2f888bc
parent 5732
b2e698d2276c
child 6876
710a3c8b516e
child 9185
82f9d3b7e317
     1.1 --- a/src/share/vm/code/vtableStubs.hpp	Thu Jan 16 10:51:16 2014 -0800
     1.2 +++ b/src/share/vm/code/vtableStubs.hpp	Thu Feb 06 20:13:38 2014 -0800
     1.3 @@ -131,6 +131,7 @@
     1.4    static VtableStub* stub_containing(address pc);                    // stub containing pc or NULL
     1.5    static int         number_of_vtable_stubs() { return _number_of_vtable_stubs; }
     1.6    static void        initialize();
     1.7 +  static void        vtable_stub_do(void f(VtableStub*));            // iterates over all vtable stubs
     1.8  };
     1.9  
    1.10  #endif // SHARE_VM_CODE_VTABLESTUBS_HPP

mercurial