--- old/src/share/vm/opto/loopnode.cpp 2015-09-09 13:19:45.582441612 +0200 +++ new/src/share/vm/opto/loopnode.cpp 2015-09-09 13:19:45.510441610 +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");