mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +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
|
@ -153,7 +153,7 @@ class YoungGCTracer : public GCTracer {
|
|||
virtual void report_gc_end_impl(const Ticks& timestamp, TimePartitions* time_partitions);
|
||||
|
||||
public:
|
||||
void report_promotion_failed(const PromotionFailedInfo& pf_info);
|
||||
void report_promotion_failed(const PromotionFailedInfo& pf_info) const;
|
||||
void report_tenuring_threshold(const uint tenuring_threshold);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue