8320404: Double whitespace in SubTypeCheckNode::dump_spec output

Reviewed-by: chagedorn, thartmann
This commit is contained in:
Koichi Sakata 2024-03-22 00:56:33 +00:00
parent 4d36c4adcc
commit da009214f1

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -239,7 +239,7 @@ uint SubTypeCheckNode::hash() const {
#ifndef PRODUCT #ifndef PRODUCT
void SubTypeCheckNode::dump_spec(outputStream* st) const { void SubTypeCheckNode::dump_spec(outputStream* st) const {
if (_method != nullptr) { if (_method != nullptr) {
st->print(" profiled at: "); st->print(" profiled at:");
_method->print_short_name(st); _method->print_short_name(st);
st->print(":%d", _bci); st->print(":%d", _bci);
} }