mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
Merge
This commit is contained in:
commit
f55b656f2d
6 changed files with 30 additions and 10 deletions
|
@ -175,6 +175,11 @@ void YoungGCTracer::report_tenuring_threshold(const uint tenuring_threshold) {
|
|||
_tenuring_threshold = tenuring_threshold;
|
||||
}
|
||||
|
||||
bool YoungGCTracer::should_report_promotion_events() const {
|
||||
return should_report_promotion_in_new_plab_event() ||
|
||||
should_report_promotion_outside_plab_event();
|
||||
}
|
||||
|
||||
bool YoungGCTracer::should_report_promotion_in_new_plab_event() const {
|
||||
return should_send_promotion_in_new_plab_event();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue