--- old/src/hotspot/share/memory/universe.hpp 2018-02-20 13:59:57.449580440 +0100 +++ new/src/hotspot/share/memory/universe.hpp 2018-02-20 13:59:57.149568682 +0100 @@ -181,8 +181,6 @@ // the vm thread. static oop _vm_exception; - static oop _allocation_context_notification_obj; - // References waiting to be transferred to the ReferenceHandler static oop _reference_pending_list; @@ -334,9 +332,6 @@ static oop virtual_machine_error_instance() { return _virtual_machine_error_instance; } static oop vm_exception() { return _vm_exception; } - static inline oop allocation_context_notification_obj(); - static inline void set_allocation_context_notification_obj(oop obj); - // Reference pending list manipulation. Access is protected by // Heap_lock. The getter, setter and predicate require the caller // owns the lock. Swap is used by parallel non-concurrent reference