--- old/src/hotspot/cpu/x86/stubRoutines_x86.hpp 2018-06-13 21:56:43.898807710 +0200 +++ new/src/hotspot/cpu/x86/stubRoutines_x86.hpp 2018-06-13 21:56:43.573811791 +0200 @@ -33,7 +33,7 @@ enum platform_dependent_constants { code_size1 = 20000 LP64_ONLY(+10000), // simply increase if too small (assembler will crash if too small) - code_size2 = 33800 LP64_ONLY(+10000) // simply increase if too small (assembler will crash if too small) + code_size2 = 33800 LP64_ONLY(+10000) // simply increase if too small (assembler will crash if too small) }; class x86 { @@ -44,7 +44,6 @@ 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; @@ -66,11 +65,6 @@ return _get_previous_sp_entry; } - static address shenandoah_wb() - { - return _shenandoah_wb; - } - static address f2i_fixup() { return _f2i_fixup; }