RFR: 8332111: [BACKOUT] A way to align already compiled methods with compiler directives

Vladimir Kozlov kvn at openjdk.org
Mon May 13 22:46:02 UTC 2024


On Mon, 13 May 2024 20:46:06 GMT, Evgeny Astigeevich <eastigeevich at openjdk.org> wrote:

> There is a race among a thread updating directives, compiler threads and CodeCache cleaning threads. We don't properly lock the directives stack, the compile queue and CodeCache to manage the race.

This is indeed concerning.

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

PR Comment: https://git.openjdk.org/jdk/pull/19215#issuecomment-2108925371


More information about the serviceability-dev mailing list