--- old/src/hotspot/share/gc/g1/g1Allocator.hpp 2018-10-03 15:10:08.010652432 -0400 +++ new/src/hotspot/share/gc/g1/g1Allocator.hpp 2018-10-03 15:10:06.622571874 -0400 @@ -270,7 +270,7 @@ // Check if the object is in open archive static inline bool is_open_archive_object(oop object); // Check if the object is either in closed archive or open archive - static inline bool is_archive_object(oop object); + static inline bool is_archived_object(oop object); private: static bool _archive_check_enabled;