src/share/vm/runtime/frame.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/runtime/frame.hpp

src/share/vm/runtime/frame.hpp

Print this page
rev 7968 : [mq]: 6313046-deadcode

*** 192,202 **** jint* int_at_addr(int offset) const { return (jint*) addr_at(offset); } public: // Link (i.e., the pointer to the previous frame) intptr_t* link() const; - void set_link(intptr_t* addr); // Return address address sender_pc() const; // Support for deoptimization --- 192,201 ----
src/share/vm/runtime/frame.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File