Skip to content

Commit

Permalink
Revert the new line change.
Browse files Browse the repository at this point in the history
  • Loading branch information
jianglizhou committed Jul 19, 2023
1 parent fb381c4 commit b19b4b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hotspot/share/classfile/javaClasses.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2768,7 +2768,6 @@ Handle java_lang_Throwable::create_initialization_error(JavaThread* current, Han
// Now create the message from the original exception and thread name.
Symbol* message = java_lang_Throwable::detail_message(throwable());
ResourceMark rm(current);

stringStream st;
st.print("Exception %s%s ", throwable()->klass()->name()->as_klass_external_name(),
message == nullptr ? "" : ":");
Expand Down

0 comments on commit b19b4b5

Please sign in to comment.