Integrated: 8365726: Test crashed with assert in C1 thread: Possible safepoint reached by thread that does not allow it

Igor Veresov iveresov at openjdk.org
Thu Aug 28 15:47:48 UTC 2025


On Wed, 27 Aug 2025 17:04:27 GMT, Igor Veresov <iveresov at openjdk.org> wrote:

> `TrainingData_lock` guards a non-thread safe container and is only locked for a short time. Allow it to skip the safepoint check.

This pull request has now been integrated.

Changeset: 452b052f
Author:    Igor Veresov <iveresov at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/452b052fe343a70bc81bf299d08a9f06a1e30fe9
Stats:     3 lines in 2 files changed: 0 ins; 0 del; 3 mod

8365726: Test crashed with assert in C1 thread: Possible safepoint reached by thread that does not allow it

Reviewed-by: dlong, shade

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

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


More information about the hotspot-compiler-dev mailing list