RFR: 8281535: Create a regression test for JDK-4670051

Alexey Ivanov aivanov at openjdk.java.net
Fri Feb 11 15:24:06 UTC 2022


On Fri, 11 Feb 2022 15:14:11 GMT, Manukumar V S <mvs at openjdk.org> wrote:

> > Does the new test reproduce the problem reported [JDK-4670051](https://bugs.openjdk.java.net/browse/JDK-4670051) with 1.4.0 vs 1.4.1?
> 
> Yes it was reproducible using JDK 1.4.0 and fixed in JDK 1.7.0 in Solaris Sparcv9 platform, where the bug [JDK-4670051](https://bugs.openjdk.java.net/browse/JDK-4670051) was originally reported

I think it's incorrect to compare 1.4.0 and 1.7.0 directly. JDK-4670051 was fixed in 1.4.1, according to the records in JBS, so the test should pass in 1.4.1. Since that time, the test should pass in every release.

Anyway it's good to know the test fails in 1.4.0, which means it reproduces the original problem. Thank you for confirming.

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

PR: https://git.openjdk.java.net/jdk/pull/7404



More information about the client-libs-dev mailing list