--- old/src/hotspot/share/oops/oop.inline.hpp 2019-08-20 10:52:15.568592232 +0200 +++ new/src/hotspot/share/oops/oop.inline.hpp 2019-08-20 10:52:15.344588792 +0200 @@ -496,6 +496,10 @@ } }; +bool oopDesc::mark_must_be_preserved() const { + return mark_must_be_preserved(mark_raw()); +} + bool oopDesc::mark_must_be_preserved(markWord m) const { // There's a circular dependency between oop.inline.hpp and // markWord.inline.hpp because markWord::must_be_preserved wants to call