mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-01 00:02:37 +00:00
8252231: G1AdaptiveIHOP has swapped current_occupancy and additional_buffer_size
Reviewed-by: shade
This commit is contained in:
parent
c8257ea4e2
commit
75a69333f8
@ -118,8 +118,8 @@ void G1NewTracer::report_adaptive_ihop_statistics(size_t threshold,
|
||||
bool prediction_active) {
|
||||
send_adaptive_ihop_statistics(threshold,
|
||||
internal_target_occupancy,
|
||||
additional_buffer_size,
|
||||
current_occupancy,
|
||||
additional_buffer_size,
|
||||
predicted_allocation_rate,
|
||||
predicted_marking_length,
|
||||
prediction_active);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user