Looks fine to me. I checked none of these are on the problem list so you
don't need to change anything there.
-phil.
On 10/14/19 2:33 PM, Sergey Bylokhov wrote:
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;