--- old/src/hotspot/share/runtime/stubRoutines.hpp 2018-06-13 21:56:50.325727015 +0200 +++ new/src/hotspot/share/runtime/stubRoutines.hpp 2018-06-13 21:56:49.995731158 +0200 @@ -226,8 +226,6 @@ static address _safefetchN_fault_pc; static address _safefetchN_continuation_pc; - static address _shenandoah_wb_C; - public: // Initialization/Testing static void initialize1(); // must happen before universe::genesis @@ -453,11 +451,6 @@ static void arrayof_jlong_copy (HeapWord* src, HeapWord* dest, size_t count); static void arrayof_oop_copy (HeapWord* src, HeapWord* dest, size_t count); static void arrayof_oop_copy_uninit(HeapWord* src, HeapWord* dest, size_t count); - - static address shenandoah_wb_C() - { - return _shenandoah_wb_C; - } }; // Safefetch allows to load a value from a location that's not known