RFR: 8352568: Test gtest/AsyncLogGtest.java failed at droppingMessage_vm
David Holmes
dholmes at openjdk.org
Sun Apr 13 22:54:33 UTC 2025
On Fri, 11 Apr 2025 08:15:31 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:
> this lock isn't held by the async log writer when reading _buffer_staging for writing.
Where is the code that does this reading? The writer is supposed to hold the producer and consumer locks when writing, and the BufferUpdater is protected by the consumer lock.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24508#issuecomment-2800163961
More information about the hotspot-runtime-dev
mailing list