hotspot/src/share/vm/gc/g1/g1ConcurrentMark.hpp
changeset 37474 5d721e36f744
parent 37414 2672ba9af0dc
child 38162 4e2c3433a3ae
equal deleted inserted replaced
37473:8af1deb0c879 37474:5d721e36f744
   619   bool has_aborted()      { return _has_aborted; }
   619   bool has_aborted()      { return _has_aborted; }
   620 
   620 
   621   void print_summary_info();
   621   void print_summary_info();
   622 
   622 
   623   void print_worker_threads_on(outputStream* st) const;
   623   void print_worker_threads_on(outputStream* st) const;
       
   624   void threads_do(ThreadClosure* tc) const;
   624 
   625 
   625   void print_on_error(outputStream* st) const;
   626   void print_on_error(outputStream* st) const;
   626 
   627 
   627   // Attempts to mark the given object on the next mark bitmap.
   628   // Attempts to mark the given object on the next mark bitmap.
   628   inline bool par_mark(oop obj);
   629   inline bool par_mark(oop obj);