equal
deleted
inserted
replaced
173 |
173 |
174 void YoungGCTracer::report_tenuring_threshold(const uint tenuring_threshold) { |
174 void YoungGCTracer::report_tenuring_threshold(const uint tenuring_threshold) { |
175 _tenuring_threshold = tenuring_threshold; |
175 _tenuring_threshold = tenuring_threshold; |
176 } |
176 } |
177 |
177 |
|
178 bool YoungGCTracer::should_report_promotion_events() const { |
|
179 return should_report_promotion_in_new_plab_event() || |
|
180 should_report_promotion_outside_plab_event(); |
|
181 } |
|
182 |
178 bool YoungGCTracer::should_report_promotion_in_new_plab_event() const { |
183 bool YoungGCTracer::should_report_promotion_in_new_plab_event() const { |
179 return should_send_promotion_in_new_plab_event(); |
184 return should_send_promotion_in_new_plab_event(); |
180 } |
185 } |
181 |
186 |
182 bool YoungGCTracer::should_report_promotion_outside_plab_event() const { |
187 bool YoungGCTracer::should_report_promotion_outside_plab_event() const { |