Integrated: 8315948: JDK-8315818 broke Xcomp on libgraal
Doug Simon
dnsimon at openjdk.org
Tue Sep 12 12:04:52 UTC 2023
On Fri, 8 Sep 2023 18:19:46 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
> This PR fixes a regression caused by [JDK-8315818](https://bugs.openjdk.org/browse/JDK-8315818). Libgraal must not unblock a thread waiting on a blocking compilation, even if libgraal itself is not yet initialized. Initialization of libgraal is not prone to the same initialization deadlocks that jargraal can cause.
This pull request has now been integrated.
Changeset: 6f2684b7
Author: Doug Simon <dnsimon at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/6f2684b7ba1fd699a7393de434a9ccaf6af78fbe
Stats: 7 lines in 1 file changed: 2 ins; 1 del; 4 mod
8315948: JDK-8315818 broke Xcomp on libgraal
Reviewed-by: never, thartmann
-------------
PR: https://git.openjdk.org/jdk/pull/15643
More information about the hotspot-compiler-dev
mailing list