< prev index next >

src/share/vm/code/debugInfo.cpp

Print this page

        

@@ -186,11 +186,11 @@
   stream->write_int(CONSTANT_LONG_CODE);
   stream->write_long(value());
 }
 
 void ConstantLongValue::print_on(outputStream* st) const {
-  st->print(INT64_FORMAT, value());
+  st->print(JLONG_FORMAT, value());
 }
 
 // ConstantDoubleValue
 
 ConstantDoubleValue::ConstantDoubleValue(DebugInfoReadStream* stream) {
< prev index next >