Hi, Please review fix for JDK9,
Bug: https://bugs.openjdk.java.net/browse/JDK-8017266 Webrev: http://cr.openjdk.java.net/~pkbalakr/8017266/webrev.00/ Issue: Background is painted taller than needed for superscripted text. Cause: Bounds(alloc.height) is used to set the height to fill the actual glyphs boundary Fix: Used painter.getHeight() instead of alloc.height to fill the actual glyphs boundary Thanks, Prem