Skip to content

Commit

Permalink
newline
Browse files Browse the repository at this point in the history
  • Loading branch information
y1yang0 committed Apr 12, 2021
1 parent 1eb6766 commit 070ca1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hotspot/share/classfile/classLoaderData.cpp
Expand Up @@ -940,6 +940,7 @@ class PrintKlassClosure: public KlassClosure {
_out->print("%s,", k->external_name());
}
};

void ClassLoaderData::print_on(outputStream* out) const {
ResourceMark rm;
out->print_cr("ClassLoaderData(" INTPTR_FORMAT ")", p2i(this));
Expand Down

0 comments on commit 070ca1a

Please sign in to comment.