--- old/src/hotspot/share/oops/oop.hpp 2018-10-23 12:02:53.866388666 +0200 +++ new/src/hotspot/share/oops/oop.hpp 2018-10-23 12:02:53.451375744 +0200 @@ -273,7 +273,7 @@ // Exactly one thread succeeds in inserting the forwarding pointer, and // this call returns "NULL" for that thread; any other thread has the // value of the forwarding pointer returned and does not modify "this". - inline oop forward_to_atomic(oop p, atomic_memory_order order = memory_order_conservative); + inline oop forward_to_atomic(oop p, markOop compare, atomic_memory_order order = memory_order_conservative); inline oop forwardee() const; inline oop forwardee_acquire() const;