Integrated: 8342854: [JVMCI] Block secondary thread reporting a JVMCI fatal error

Doug Simon dnsimon at openjdk.org
Wed Oct 23 20:04:09 UTC 2024


On Tue, 22 Oct 2024 19:27:09 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

> A fatal crash on a second thread causes the thread to [sleep infinitely](https://github.com/openjdk/jdk/blob/d6eddcdaf92f2352266ba519608879141997cd63/src/hotspot/share/utilities/vmError.cpp#L1709-L1718) while error reporting continues on the first crashing thread. The same should be done for reporting fatal crashes in libjvmci to avoid interleaving reports. This PR implements this change.

This pull request has now been integrated.

Changeset: 98403b75
Author:    Doug Simon <dnsimon at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/98403b75df0a0737bdf082231f38c5c0019fe4c9
Stats:     12 lines in 2 files changed: 0 ins; 1 del; 11 mod

8342854: [JVMCI] Block secondary thread reporting a JVMCI fatal error

Reviewed-by: never

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

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


More information about the hotspot-compiler-dev mailing list