[OpenJDK 2D-Dev] [14] Review Request: 8232225 Rework the fix for JDK-8071483

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Mon Oct 14 21:33:41 UTC 2019


Hello.
Please review the fix for JDK 14.

Bug: https://bugs.openjdk.java.net/browse/JDK-8232225
Fix: http://cr.openjdk.java.net/~serb/8232225/webrev.00

The fix for JDK-8071483 merged the tests for java.awt.color package and java.awt.Color class
under java/awt/Color folder.

But it is better to use another approach which was used in JDK-4413685 and split these tests
to java/awt/color and java/awt/ColorClass in the same way as:
    java/awt/font  and java/awt/FontClass;

-- 
Best regards, Sergey.


More information about the 2d-dev mailing list