RFR: 8324881: ObjectSynchronizer::inflate(Thread* current...) is invoked for non-current thread [v4]
Daniel D. Daugherty
dcubed at openjdk.org
Thu Feb 1 14:17:05 UTC 2024
On Thu, 1 Feb 2024 09:45:10 GMT, Richard Reingruber <rrich at openjdk.org> wrote:
> If there's too much trace output before the debugger attaches you can get a deadlock if the os pipe buffer fills up with trace output.
What I do in my stress kit runs is redirect the logging output to `../monitorinflation.log`.
The logging doesn't seem to slow things down that much anymore. Probably because
there's no ttyLock usage that way. The reason for the "../" is so that the log is not cleaned
up when the test passes.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17626#issuecomment-1921433824
More information about the hotspot-dev
mailing list