diff -r 070186461dbb -r 8dbf1a13af49 src/hotspot/share/gc/g1/g1Allocator.hpp --- a/src/hotspot/share/gc/g1/g1Allocator.hpp Tue Oct 09 12:36:51 2018 -0700 +++ b/src/hotspot/share/gc/g1/g1Allocator.hpp Tue Oct 09 15:58:07 2018 -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;