hotspot/src/share/vm/opto/loopnode.cpp
changeset 32730 494d1a576a61
parent 32372 b82e88dcb26c
child 33628 09241459a8b8
--- a/hotspot/src/share/vm/opto/loopnode.cpp	Fri Sep 11 17:02:44 2015 -0700
+++ b/hotspot/src/share/vm/opto/loopnode.cpp	Mon Sep 14 10:00:26 2015 +0200
@@ -1901,7 +1901,7 @@
     if (stride_con > 0) tty->print("+");
     tty->print("%d", stride_con);
 
-    tty->print(" (%d iters) ", (int)cl->profile_trip_cnt());
+    tty->print(" (%0.f iters) ", cl->profile_trip_cnt());
 
     if (cl->is_pre_loop ()) tty->print(" pre" );
     if (cl->is_main_loop()) tty->print(" main");