Hello. Please review the fix for JDK 13. Bug: https://bugs.openjdk.java.net/browse/JDK-8222917 Fix: http://cr.openjdk.java.net/~serb/8222917/webrev.00
The SunGraphicsEnvironment has a codepath for the OpenSolaris, but in fact results on this execution is never used. This code was added in JDK-6378099: http://hg.openjdk.java.net/jdk/client/rev/c3e81f0acd3d#l5.7 But the usage of isOpenSolaris flag was dropped in JDK-6795908: http://hg.openjdk.java.net/jdk/client/rev/be186a33df9b#l45.717 In this fix, the unused code was removed. BTW I am not sure why we set the default font for SG2D in the constructor of SunGraphicsEnvironment and not assign the field directly? Probably the reason is related to some cyclic dependency?. -- Best regards, Sergey.