--- old/src/share/vm/code/debugInfo.cpp 2017-06-28 15:43:51.000000000 -0700 +++ new/src/share/vm/code/debugInfo.cpp 2017-06-28 15:43:51.000000000 -0700 @@ -188,7 +188,7 @@ } void ConstantLongValue::print_on(outputStream* st) const { - st->print(INT64_FORMAT, value()); + st->print(JLONG_FORMAT, value()); } // ConstantDoubleValue