[jdk8u-dev] Integrated: 8232225: Rework the fix for JDK-8071483
Sergey Bylokhov
serb at openjdk.org
Wed Aug 9 16:56:59 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.
This pull request has now been integrated.
Changeset: ab2d4274
Author: Sergey Bylokhov <serb at openjdk.org>
URL: https://git.openjdk.org/jdk8u-dev/commit/ab2d4274459fe503bded639de5e8b80aca056454
Stats: 0 lines in 6 files changed: 0 ins; 0 del; 0 mod
8232225: Rework the fix for JDK-8071483
Reviewed-by: phh
Backport-of: e4b73897adf47467461634ceb786540f46aa9eb7
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/346
More information about the jdk8u-dev
mailing list