RFR: 8324881: ObjectSynchronizer::inflate(Thread* current...) is invoked for non-current thread [v4]
Axel Boldt-Christmas
aboldtch at openjdk.org
Fri Feb 2 08:32:02 UTC 2024
On Thu, 1 Feb 2024 14:14:51 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
> What I do in my stress kit runs is redirect the logging output to `../monitorinflation.log`.
Was enough to run not have the tests timeout on a local windows machine, but in the CI some setups run at just around the default timeout limit, so it will intermittently timeout. The LM_LIGHTWEIGHT version with trace logging is enough to capture the regression with wrong the wrong ResourceMark.
I will replace the LM_MONITOR test run with `GuaranteedAsyncDeflationInterval=1000` but with no logging. Hopefully this will catch any issues with deflation races, without timeout issues on slow debug platform configurations.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17626#issuecomment-1923317307
More information about the hotspot-dev
mailing list