Skip to content

Commit

Permalink
@rose00 comment
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinccheung committed Oct 17, 2024
1 parent e972921 commit 5c2783f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/classfile/modules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ const char* Modules::get_addmods_names_as_sorted_string() {
if (strcmp(m, last_string) != 0) { // filter out duplicates
st.print("%s%s", prefix, m);
last_string = m;
prefix = ",";
prefix = "\n";
}
}

Expand Down

0 comments on commit 5c2783f

Please sign in to comment.