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) {
|
bool prediction_active) {
|
||||||
send_adaptive_ihop_statistics(threshold,
|
send_adaptive_ihop_statistics(threshold,
|
||||||
internal_target_occupancy,
|
internal_target_occupancy,
|
||||||
additional_buffer_size,
|
|
||||||
current_occupancy,
|
current_occupancy,
|
||||||
|
additional_buffer_size,
|
||||||
predicted_allocation_rate,
|
predicted_allocation_rate,
|
||||||
predicted_marking_length,
|
predicted_marking_length,
|
||||||
prediction_active);
|
prediction_active);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user