Bug: https://bugs.openjdk.java.net/browse/JDK-8158408 Webrev: http://cr.openjdk.java.net/~prr/8158408/ At 125% scaling on JDK 9 Font2DTest looks horrid since its BufferedImage is scaled to the screen. Fix is to not use a BufferedImage, just use the Swing back buffer. -phil.