Hi Phil.
The fix looks good.
Note some 2d classes have the similar issues:
sun.print.MarginsPanel.java:1567
if (lmObj == null || rmObj == null ||
tmObj == null || rmObj == null) {
return;
sun.font.FontFamily.java:80
if (family.plain == null && family.bold == null &&
family.plain == null && family.bold == null) {
I will take care about swing/awt classes.
On 03.02.2015 21:34, Phil Race wrote:
https://bugs.openjdk.java.net/browse/JDK-6243376
http://cr.openjdk.java.net/~prr/6243376/
One-line fix we should have done a long time ago.
The test was more work ..
-phil.
--
Best regards, Sergey.