[jdk17u-dev] RFR: 8333765: [17u] Six sun/tools/jstatd testcases fail after JDK-8233725

Aleksey Shipilev shade at openjdk.org
Mon Jun 10 07:39:18 UTC 2024


On Fri, 7 Jun 2024 04:38:43 GMT, SendaoYan <syan at openjdk.org> wrote:

> Hi all,
>   The below 6 sun/tools/jstatd testcases fail after [JDK-8233725](https://bugs.openjdk.org/browse/JDK-8233725):
> 
> sun/tools/jstatd/TestJstatdExternalRegistry.java
> sun/tools/jstatd/TestJstatdPort.java
> sun/tools/jstatd/TestJstatdPortAndServer.java
> sun/tools/jstatd/TestJstatdRmiPort.java
> sun/tools/jstatd/TestJstatdDefaults.java
> sun/tools/jstatd/TestJstatdServer.java
> 
>   As descript in [JDK-8333765](https://bugs.openjdk.org/browse/JDK-8333765), the jdk17 has several additional `[Jstatd-Thread] WARNING:`, these warning messages can't deal with by `asLinesWithoutVMWarnings()`, so I add `asLinesWithoutAnythingWarnings()` to deal these warning messages. Only change the testcases, the risk is low.

Hold on, we have already fixed/integrated https://bugs.openjdk.org/browse/JDK-8333698 that should resolve this.

Are you seeing more problems after JDK-8333698?

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

PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2548#issuecomment-2157558049


More information about the jdk-updates-dev mailing list