hotspot/src/cpu/zero/vm/frame_zero.hpp

Print this page

        

*** 60,69 **** --- 60,72 ---- const SharkFrame *zero_sharkframe() const { return zeroframe()->as_shark_frame(); } public: + bool is_fake_stub_frame() const; + + public: frame sender_for_nonentry_frame(RegisterMap* map) const; public: void zero_print_on_error(int index, outputStream* st,