--- old/src/hotspot/share/classfile/javaClasses.hpp 2018-10-15 16:24:20.880535144 +0200 +++ new/src/hotspot/share/classfile/javaClasses.hpp 2018-10-15 16:24:20.607523307 +0200 @@ -912,6 +912,7 @@ static inline oop queue(oop ref); static inline void set_queue(oop ref, oop value); static bool is_referent_field(oop obj, ptrdiff_t offset); + static inline bool is_final(oop ref); static inline bool is_phantom(oop ref); };