RFR: 8352042: [leyden] Parallel precompilation

Aleksey Shipilev shade at openjdk.org
Fri Mar 14 22:55:13 UTC 2025


On Fri, 14 Mar 2025 20:28:10 GMT, John R Rose <jrose at openjdk.org> wrote:

> What motivated the type change on `CompileTaskAlloc_lock`? Some kind of end-of-time effect that broke the mutex grab?

We now need wait/notify, so the lock is no longer a pure `Mutex`, it is `Monitor` now.

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

PR Comment: https://git.openjdk.org/leyden/pull/49#issuecomment-2725952538


More information about the leyden-dev mailing list