RFR: 8274465: Fix javax/swing/text/ParagraphView/6364882/bug6364882.java failures

Alexey Ivanov aivanov at openjdk.java.net
Fri Oct 1 18:45:35 UTC 2021


On Fri, 1 Oct 2021 01:46:40 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> I assume that the update test still can be used for 6364882 verification.

Yes, the assertions still work correctly. In JDK 6-b75, the explicitly broken lines are justified:


java.lang.Error: Line 5 is justified: 453 > 290
        at bug6364882.checkJustification(bug6364882.java:192)
        …
java.lang.Error: Line 5 and 6 have different width: 453 != 567
        at bug6364882.checkJustification(bug6364882.java:198)
        …

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

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



More information about the client-libs-dev mailing list