RFR: 8324881: ObjectSynchronizer::inflate(Thread* current...) is invoked for non-current thread [v4]
Richard Reingruber
rrich at openjdk.org
Thu Feb 1 09:48:07 UTC 2024
On Thu, 1 Feb 2024 09:41:29 GMT, Axel Boldt-Christmas <aboldtch at openjdk.org> wrote:
> Still seeing some timeouts after on windows debug. Might be that the monitorinflation trace logging + LM_MONITOR + debug makes this already slow test too slow for the default timeout window in our CI. Looking into it.
If there's too much trace output before the debugger attaches you can get a deadlock if the oos pipe buffer fills up with trace output. I think there's a JBS item for that. I'll see if I can find it.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17626#issuecomment-1920917046
More information about the hotspot-dev
mailing list