On Mon, 19 Feb 2024 16:46:18 GMT, Aleksei Efimov <aefi...@openjdk.org> wrote:
> Currently, it is hard to distinguish what part of the test responsible for > [JDK-8314063](https://bugs.openjdk.org/browse/JDK-8314063) testing, and which > part is for [JDK-8325579](https://bugs.openjdk.org/browse/JDK-8325579). I > would prefer to add a new test for the current fix instead: that could be > done as additional test mode, OR even better to add a completely new test. Hm, I think the test was overpurposed already. Creating another test file with duplicating code does not sound too good IMHO. Maybe it is acceptable without the renaming? Another question: Do we need a CSR/Release note as there is some behavioral change involved (although it should always have been like with this change)? ------------- PR Comment: https://git.openjdk.org/jdk/pull/17797#issuecomment-1953911292