Skip to content

Commit c655b70

Browse files
committed
8252916: Newline in object field values list of ScopeDesc should be removed
Reviewed-by: vlivanov
1 parent 30fa8d5 commit c655b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/code/debugInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ void ConstantOopReadValue::print_on(outputStream* st) const {
276276
if (value()() != NULL) {
277277
value()()->print_value_on(st);
278278
} else {
279-
st->print_cr("NULL");
279+
st->print("NULL");
280280
}
281281
}
282282

0 commit comments

Comments
 (0)