8252916: Newline in object field values list of ScopeDesc should be removed
Reviewed-by: vlivanov
This commit is contained in:
parent
30fa8d5d34
commit
c655b703a9
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user