[jdk8u-dev] RFR: 8074860: Structured Exception Catcher missing around CreateJavaVM on Windows
Frederic Thevenet
fthevenet at openjdk.org
Wed Feb 21 16:40:57 UTC 2024
On Wed, 21 Feb 2024 04:43:23 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> I'd like Thomas' ack on this one as well.
>
> BTW, @gnu-andrew, should we do something about the failing security tests that make everything red? Maybe at least exclude them?
To follow-up: I completed the test proposed by @tstuefe and I can confirm that:
* Provoking a crash **with** this backport results in an hs_err being written.
* Provoking a crash **without** this backport results in nothing but "Segmentation fault" being written to std_err and nothing more (e.g. no hs_err report).
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/449#issuecomment-1957236124
More information about the jdk8u-dev
mailing list