hotspot/src/share/vm/gc/shared/gcTrace.hpp
changeset 32608 ef2ec6fac731
parent 32380 1dcdb686f0cb
child 33107 77bf0d2069a3
equal deleted inserted replaced
32606:fdaa30d06ada 32608:ef2ec6fac731
   170    * space during this GC, if the object is copied to survivor space
   170    * space during this GC, if the object is copied to survivor space
   171    * from young space or survivor space (aging) tenured should be false.
   171    * from young space or survivor space (aging) tenured should be false.
   172    *
   172    *
   173    * plab_size is the size of the newly allocated PLAB in bytes.
   173    * plab_size is the size of the newly allocated PLAB in bytes.
   174    */
   174    */
       
   175   bool should_report_promotion_events() const;
   175   bool should_report_promotion_in_new_plab_event() const;
   176   bool should_report_promotion_in_new_plab_event() const;
   176   bool should_report_promotion_outside_plab_event() const;
   177   bool should_report_promotion_outside_plab_event() const;
   177   void report_promotion_in_new_plab_event(Klass* klass, size_t obj_size,
   178   void report_promotion_in_new_plab_event(Klass* klass, size_t obj_size,
   178                                           uint age, bool tenured,
   179                                           uint age, bool tenured,
   179                                           size_t plab_size) const;
   180                                           size_t plab_size) const;