< prev index next >

src/hotspot/cpu/zero/frame_zero.hpp

Print this page
rev 47445 : 8171853: Remove Shark compiler

*** 60,72 **** return zeroframe()->as_entry_frame(); } const InterpreterFrame *zero_interpreterframe() const { return zeroframe()->as_interpreter_frame(); } - const SharkFrame *zero_sharkframe() const { - return zeroframe()->as_shark_frame(); - } public: bool is_fake_stub_frame() const; public: --- 60,69 ----
< prev index next >