[OpenJDK 2D-Dev] RFR: 8255387: Japanese characters were printed upside down on AIX [v2]

Toshio Nakamura tnakamura at openjdk.java.net
Fri Nov 20 08:46:04 UTC 2020


On Fri, 20 Nov 2020 00:44:40 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> Toshio Nakamura has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - fix space
>>  - Changed test location and name
>
> test/jdk/java/awt/print/PrinterJob/PrintTranslateTest.java line 40:
> 
>> 38: import java.awt.image.BufferedImage;
>> 39: 
>> 40: public class PrintTranslateTest{
> 
> Does it really bind to the printing/"print/PrinterJob", look like the bug is reproduced in the common rendering as well?

Thank you Sergey for your advice. I moved the test case under test/jdk/java/awt/font and changed the name. The original problem is at printing, but yes it's common rendering.

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

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


More information about the 2d-dev mailing list