RFR: JDK-8296907: VMError: add optional callstacks, siginfo for secondary errors [v3]

Axel Boldt-Christmas aboldtch at openjdk.org
Thu Nov 17 14:12:24 UTC 2022


On Thu, 17 Nov 2022 07:42:34 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

>  since it would disable call stack printing for the next secondary error.

 Would it? The example above would only disable reentering the if scope if we have a crash in `[...]`. If it is fine the flag is reset, and if we crash in `[...]` it will not enter the if scope and reset the flag. When it crash in a new secondary error it will once again enter the if scope and try to print the call stack. 

But I agree that there is always this taking it one step deeper of where you make things recoverable.

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

PR: https://git.openjdk.org/jdk/pull/11118


More information about the hotspot-dev mailing list