RFR: 8358680: AOT cache creation fails: no strings should have been added
Aleksey Shipilev
shade at openjdk.org
Mon Jun 16 11:00:35 UTC 2025
On Mon, 16 Jun 2025 03:37:04 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> @shipilev I copied the part of your [JDK-8352042: [leyden] Parallel precompilation](https://github.com/openjdk/leyden/commit/92203ef8a1d840a073958abeee3b0494d83a0780) changes from the Leyden repo that implements `CompileBroker::wait_for_no_active_tasks()`.
Well, I am rewriting that part in https://github.com/openjdk/leyden/pull/79. I can give you a hunk on top of this PR that would do the same thing: use the `CompileTaskWait_lock` instead.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25816#issuecomment-2976093847
More information about the hotspot-dev
mailing list