hotspot/src/share/vm/compiler/compileBroker.cpp
changeset 31592 43f48e165466
parent 28650 772aaab2582f
child 31775 98b4ded1e369
--- a/hotspot/src/share/vm/compiler/compileBroker.cpp	Wed Jun 24 14:28:30 2015 +0000
+++ b/hotspot/src/share/vm/compiler/compileBroker.cpp	Wed Jun 24 12:12:25 2015 -0400
@@ -172,7 +172,7 @@
   }
 
   void log_nmethod(JavaThread* thread, nmethod* nm) {
-    log(thread, "nmethod %d%s " INTPTR_FORMAT " code ["INTPTR_FORMAT ", " INTPTR_FORMAT "]",
+    log(thread, "nmethod %d%s " INTPTR_FORMAT " code [" INTPTR_FORMAT ", " INTPTR_FORMAT "]",
         nm->compile_id(), nm->is_osr_method() ? "%" : "",
         p2i(nm), p2i(nm->code_begin()), p2i(nm->code_end()));
   }