RFR: 8315563: Remove references to JDK-8226420 from problem list

Kevin Walls kevinw at openjdk.org
Mon Sep 4 08:11:42 UTC 2023


On Sat, 2 Sep 2023 02:31:54 GMT, ExE Boss <duke at openjdk.org> wrote:

>> JDK-8226420 has been closed as a duplicate.
>> The fix removes references to 8226420 from problemlist (the tests remain problem-listed due other issues).
>
> test/jdk/ProblemList.txt line 727:
> 
>> 725: sun/tools/jstatd/TestJstatdDefaults.java                        8081569 windows-all
>> 726: sun/tools/jstatd/TestJstatdRmiPort.java                         8251259,8293577 generic-all
>> 727: sun/tools/jstatd/TestJstatdServer.java                          8081569 windows-all
> 
> Why not add [JDK‑8240711], which [JDK‑8226420] is a duplicate of?
> Suggestion:
> 
> sun/tools/jstatd/TestJstatdDefaults.java                        8081569,8240711 windows-all
> sun/tools/jstatd/TestJstatdRmiPort.java                         8240711,8251259,8293577 generic-all
> sun/tools/jstatd/TestJstatdServer.java                          8081569,8240711 windows-all
> 
> 
> [JDK‑8226420]: https://bugs.openjdk.org/browse/JDK-8226420 "[JDK‑8226420] sun/tools/jstatd tests failed with Port already in use"
> [JDK‑8240711]: https://bugs.openjdk.org/browse/JDK-8240711 "[JDK‑8240711] TestJstatdPort.java failed due to "ExportException: Port already in use:""

8240711 is fixed, so it cannot be the reason tests are in the problemlist.

8081569 also looks like a duplicate of 8240711 and possibly 8314476, so we should remove that one as well (will do so separately).

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15548#discussion_r1314580985


More information about the serviceability-dev mailing list