On Wed, 20 Oct 2021 04:12:46 GMT, Phil Race <p...@openjdk.org> wrote:
> The code this test exercises is very obsolete. So this removes the test that > triggers it along with that code. src/java.desktop/windows/classes/sun/awt/windows/WToolkit.java line 696: > 694: && ((SunFontManager) fm).usePlatformFontMetrics()) { > 695: return WFontMetrics.getFontMetrics(font); > 696: } The whole method can be removed? it is identical to the parent now. ------------- PR: https://git.openjdk.java.net/jdk/pull/6027