hotspot/src/share/vm/oops/klass.hpp
changeset 26412 80741eb33ba2
parent 26135 82b516c550f7
child 27020 a7c8010446c2
equal deleted inserted replaced
26408:d6defe172e25 26412:80741eb33ba2
   563   void  set_last_biased_lock_bulk_revocation_time(jlong cur_time) { _last_biased_lock_bulk_revocation_time = cur_time; }
   563   void  set_last_biased_lock_bulk_revocation_time(jlong cur_time) { _last_biased_lock_bulk_revocation_time = cur_time; }
   564 
   564 
   565   TRACE_DEFINE_KLASS_METHODS;
   565   TRACE_DEFINE_KLASS_METHODS;
   566 
   566 
   567   // garbage collection support
   567   // garbage collection support
   568   virtual void oops_do(OopClosure* cl);
   568   void oops_do(OopClosure* cl);
   569 
   569 
   570   // Iff the class loader (or mirror for anonymous classes) is alive the
   570   // Iff the class loader (or mirror for anonymous classes) is alive the
   571   // Klass is considered alive.
   571   // Klass is considered alive.
   572   // The is_alive closure passed in depends on the Garbage Collector used.
   572   // The is_alive closure passed in depends on the Garbage Collector used.
   573   bool is_loader_alive(BoolObjectClosure* is_alive);
   573   bool is_loader_alive(BoolObjectClosure* is_alive);