RFR: JDK-8328753 : Open source few Undecorated Frame tests [v2]
Alexey Ivanov
aivanov at openjdk.org
Tue Apr 2 17:08:59 UTC 2024
On Fri, 29 Mar 2024 17:25:38 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:
> It is better to re-throw it as RuntimeException. Updated.
Not really…
If saving the image fails, we want to preserve *the original error message* which wasn't even thrown by this time. So printing stack trace in this particular is quite safe, the exception could be ignored completely.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18523#discussion_r1548260371
More information about the client-libs-dev
mailing list