diff -r 8eeacdc76bf2 -r 75aa3e39d02c hotspot/src/share/vm/code/debugInfo.cpp --- 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