On Fri, 20 Nov 2020 00:44:40 GMT, Sergey Bylokhov <s...@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