[jdk8u-dev] RFR: 8240756: [macos] SwingSet2:TableDemo:Printed Japanese characters were garbled
Sergey Bylokhov
serb at openjdk.org
Wed Feb 14 21:41:04 UTC 2024
On Wed, 14 Feb 2024 05:58:15 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> Hi all,
>
> This pull request contains a backport of commit https://github.com/openjdk/jdk/commit/27fe3d7f8db4ede6441a7cc325d9f29eb4a1d10d from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
>
> The commit being backported was authored by Toshio Nakamura on Mar 15, 2022 and was reviewed by Sergey Bylokhov and Phil Race.
>
> There are two reasons to backport:
> - This patch is one of the pre-requirements to support XCode 14.2
> - Parity with Oracle JDK 8u361
>
> Thanks!
jdk/test/java/awt/font/GlyphVector/MultiSlotFontTest.java line 28:
> 26: * @bug 8240756
> 27: * @summary Non-English characters are printed with wrong glyphs on MacOS
> 28: * @modules java.desktop/sun.java2d java.desktop/sun.java2d.loops java.desktop/sun.font
Note that the test uses the @module tag which is noop for jdk8. The policy about this flag in jdk8 is [unclear](https://github.com/openjdk/jdk8u-dev/pull/405#discussion_r1445510434).
-------------
PR Review Comment: https://git.openjdk.org/jdk8u-dev/pull/441#discussion_r1490097695
More information about the jdk8u-dev
mailing list