hotspot/src/share/vm/code/debugInfo.cpp
changeset 46630 75aa3e39d02c
parent 46271 979ebd346ecf
child 46968 9119841280f4
--- a/hotspot/src/share/vm/code/debugInfo.cpp	Wed Jul 05 11:03:19 2017 -0700
+++ b/hotspot/src/share/vm/code/debugInfo.cpp	Thu Jul 06 01:50:26 2017 +0200
@@ -188,7 +188,7 @@
 }
 
 void ConstantLongValue::print_on(outputStream* st) const {
-  st->print(INT64_FORMAT, value());
+  st->print(JLONG_FORMAT, value());
 }
 
 // ConstantDoubleValue