RFR: 8305421: Work around JDK-8305420 in CDSJDITest.java

Ioi Lam iklam at openjdk.org
Mon Apr 3 21:35:52 UTC 2023


On Mon, 3 Apr 2023 18:59:03 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

>> Please review this trivial work-around that removes logging that would trigger [JDK-8305420](https://bugs.openjdk.org/browse/JDK-8305420).
>> 
>> I also fixed an incorrect parameter in the `executeAndLog()` call, which caused the dumping process's stdout/stderr to be logged in the wrong file.
>
> Change looks good. Per https://bugs.openjdk.org/browse/JDK-8173304, this is a known issue and tests need to avoid having the JVM  produce too much output before the debugger connection is setup.

Thanks @plummercj for the review.

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

PR Comment: https://git.openjdk.org/jdk/pull/13283#issuecomment-1495013582


More information about the serviceability-dev mailing list