< prev index next >

src/share/vm/gc_implementation/parNew/parNewGeneration.hpp

Print this page

        

@@ -417,10 +417,8 @@
   const ParNewTracer* gc_tracer() const {
     return &_gc_tracer;
   }
 
   static oop real_forwardee(oop obj);
-
-  DEBUG_ONLY(static bool is_legal_forward_ptr(oop p);)
 };
 
 #endif // SHARE_VM_GC_IMPLEMENTATION_PARNEW_PARNEWGENERATION_HPP
< prev index next >