Skip to content

Commit da00921

Browse files
committedMar 22, 2024
8320404: Double whitespace in SubTypeCheckNode::dump_spec output
Reviewed-by: chagedorn, thartmann
1 parent 4d36c4a commit da00921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/hotspot/share/opto/subtypenode.cpp

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

0 commit comments

Comments
 (0)
Please sign in to comment.