mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8066566: Refactor ParNewGeneration to contain ParNewTracer
Reviewed-by: ehelin, kbarrett
This commit is contained in:
parent
2c63608419
commit
20bfd4cf7c
8 changed files with 35 additions and 29 deletions
|
@ -162,7 +162,7 @@ void YoungGCTracer::report_gc_end_impl(const Ticks& timestamp, TimePartitions* t
|
|||
_tenuring_threshold = UNSET_TENURING_THRESHOLD;
|
||||
}
|
||||
|
||||
void YoungGCTracer::report_promotion_failed(const PromotionFailedInfo& pf_info) {
|
||||
void YoungGCTracer::report_promotion_failed(const PromotionFailedInfo& pf_info) const {
|
||||
assert_set_gc_id();
|
||||
|
||||
send_promotion_failed_event(pf_info);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue