--- old/src/share/vm/gc/serial/markSweep.hpp	2015-06-10 17:16:10.186382762 -0400
+++ new/src/share/vm/gc/serial/markSweep.hpp	2015-06-10 17:16:09.594348812 -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; }