--- old/src/hotspot/share/classfile/javaClasses.hpp 2018-10-31 16:29:34.839856229 +0100 +++ new/src/hotspot/share/classfile/javaClasses.hpp 2018-10-31 16:29:34.556843959 +0100 @@ -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); };