< prev index next >

src/cpu/x86/vm/stubRoutines_x86_64.hpp

Print this page

        

*** 41,50 **** --- 41,51 ---- private: static address _get_previous_fp_entry; static address _get_previous_sp_entry; + static address _shenandoah_wb; static address _f2i_fixup; static address _f2l_fixup; static address _d2i_fixup; static address _d2l_fixup;
*** 63,72 **** --- 64,78 ---- static address get_previous_sp_entry() { return _get_previous_sp_entry; } + static address shenandoah_wb() + { + return _shenandoah_wb; + } + static address f2i_fixup() { return _f2i_fixup; }
< prev index next >