< prev index next >

src/hotspot/share/gc/g1/g1Trace.cpp

Print this page
rev 60749 : [mq]: 8252231-swapped-args-in-jfr-adaptive-ihop-stats

@@ -116,12 +116,12 @@
                                                   double predicted_allocation_rate,
                                                   double predicted_marking_length,
                                                   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);
 }
 
< prev index next >