hotspot/src/share/vm/code/debugInfo.cpp
changeset 46630 75aa3e39d02c
parent 46271 979ebd346ecf
child 46968 9119841280f4
equal deleted inserted replaced
46629:8eeacdc76bf2 46630:75aa3e39d02c
   186   stream->write_int(CONSTANT_LONG_CODE);
   186   stream->write_int(CONSTANT_LONG_CODE);
   187   stream->write_long(value());
   187   stream->write_long(value());
   188 }
   188 }
   189 
   189 
   190 void ConstantLongValue::print_on(outputStream* st) const {
   190 void ConstantLongValue::print_on(outputStream* st) const {
   191   st->print(INT64_FORMAT, value());
   191   st->print(JLONG_FORMAT, value());
   192 }
   192 }
   193 
   193 
   194 // ConstantDoubleValue
   194 // ConstantDoubleValue
   195 
   195 
   196 ConstantDoubleValue::ConstantDoubleValue(DebugInfoReadStream* stream) {
   196 ConstantDoubleValue::ConstantDoubleValue(DebugInfoReadStream* stream) {