8252916: Newline in object field values list of ScopeDesc should be removed

Reviewed-by: vlivanov
This commit is contained in:
Tobias Hartmann 2020-09-09 05:57:41 +00:00
parent 30fa8d5d34
commit c655b703a9

View File

@ -276,7 +276,7 @@ void ConstantOopReadValue::print_on(outputStream* st) const {
if (value()() != NULL) {
value()()->print_value_on(st);
} else {
st->print_cr("NULL");
st->print("NULL");
}
}