[jdk8u-dev] RFR: 8232225: Rework the fix for JDK-8071483

Paul Hohensee phh at openjdk.org
Wed Jul 26 18:23:52 UTC 2023


On Tue, 25 Jul 2023 01:47:27 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> This patch prevents possible name clashes for future backports. Right now the jdk8u-dev has the "Color" folder while the jdk11+ use the "color" folder. So depending on what file system backport is done the resulting folder could be different.
> 
> This is a proposal to backport the patch which had split the "Color" folder into "color" and "ColorClass". The patch is mostly clean except:
>  - AlphaColorTest and XRenderTranslucentColorDrawTest are not present in JDK 8, both related fixes caused a couple of regressions, so no plans to backport it.
>  - GetInstanceBrokenStream is added to the patch. In the upstream it was pushed after this fix, now we should place it in the correct folder "color" instead of "Color"
> 
> commit in [openjdk/jdk](https://github.com/openjdk/jdk/commit/e4b73897adf47467461634ceb786540f46aa9eb7)
> 
> All tests green.

MacOS-x84 java/math/BigInteger/LargeValueExceptions.java presubmit test failure is unrelated.

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

PR Comment: https://git.openjdk.org/jdk8u-dev/pull/346#issuecomment-1652289187


More information about the jdk8u-dev mailing list