From da009214f19f73965495b8462c9dcff5db8ae7ae Mon Sep 17 00:00:00 2001 From: Koichi Sakata Date: Fri, 22 Mar 2024 00:56:33 +0000 Subject: [PATCH] 8320404: Double whitespace in SubTypeCheckNode::dump_spec output Reviewed-by: chagedorn, thartmann --- src/hotspot/share/opto/subtypenode.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hotspot/share/opto/subtypenode.cpp b/src/hotspot/share/opto/subtypenode.cpp index 393585d453c..3fbe06f310b 100644 --- a/src/hotspot/share/opto/subtypenode.cpp +++ b/src/hotspot/share/opto/subtypenode.cpp @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -239,7 +239,7 @@ uint SubTypeCheckNode::hash() const { #ifndef PRODUCT void SubTypeCheckNode::dump_spec(outputStream* st) const { if (_method != nullptr) { - st->print(" profiled at: "); + st->print(" profiled at:"); _method->print_short_name(st); st->print(":%d", _bci); }