< prev index next >

src/share/vm/code/debugInfo.cpp

Print this page

        

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