hotspot/src/share/vm/opto/doCall.cpp
changeset 28640 01e4ca94fb0d
parent 27707 f7d26e5b8b5d
child 30223 82ab7b6b4927
--- a/hotspot/src/share/vm/opto/doCall.cpp	Wed Jan 14 17:27:00 2015 -0800
+++ b/hotspot/src/share/vm/opto/doCall.cpp	Thu Jan 15 11:30:13 2015 +0100
@@ -94,7 +94,7 @@
   if (log != NULL) {
     int rid = (receiver_count >= 0)? log->identify(profile.receiver(0)): -1;
     int r2id = (rid != -1 && profile.has_receiver(1))? log->identify(profile.receiver(1)):-1;
-    log->begin_elem("call method='%d' count='%d' prof_factor='%g'",
+    log->begin_elem("call method='%d' count='%d' prof_factor='%f'",
                     log->identify(callee), site_count, prof_factor);
     if (call_does_dispatch)  log->print(" virtual='1'");
     if (allow_inline)     log->print(" inline='1'");