< prev index next >

src/share/vm/gc/serial/markSweep.hpp

Print this page

        

@@ -145,10 +145,13 @@
   static uint total_invocations() { return _total_invocations; }
 
   // 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; }
 
   // Call backs for marking
   static void mark_object(oop obj);
< prev index next >