--- old/src/share/vm/gc/serial/markSweep.hpp 2015-05-27 14:31:13.452941372 -0400 +++ new/src/share/vm/gc/serial/markSweep.hpp 2015-05-27 14:31:12.864907864 -0400 @@ -147,6 +147,9 @@ // Reference Processing static ReferenceProcessor* const ref_processor() { return _ref_processor; } + // Archive Object handling + static inline bool is_archive_object(oop object); + static STWGCTimer* gc_timer() { return _gc_timer; } static SerialOldTracer* gc_tracer() { return _gc_tracer; }