RFR: 8304147: JVM crash during shutdown when dumping dynamic archive [v2]

Calvin Cheung ccheung at openjdk.org
Wed Mar 22 22:26:42 UTC 2023


On Wed, 22 Mar 2023 22:07:54 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Also note no need to move this as the code below clears any pending exception (from running the hooks). If we could get here with an exception pending it would have broken running of the hooks before we even had dynamic archiving.
>
> But looking at the code history we did always clear the exception before running the hooks. So I will restore this parts as it was before JDK-8266770. That means the HandleMark stays too.

Thanks for the explanations.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/13134#discussion_r1145468535


More information about the hotspot-runtime-dev mailing list