8252231: G1AdaptiveIHOP has swapped current_occupancy and additional_buffer_size

Reviewed-by: shade
This commit is contained in:
Thomas Schatzl 2020-09-02 10:06:11 +02:00
parent c8257ea4e2
commit 75a69333f8

View File

@ -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);