--- old/src/java.desktop/share/classes/sun/font/Font2D.java 2015-11-12 21:21:19.000000000 -0800 +++ new/src/java.desktop/share/classes/sun/font/Font2D.java 2015-11-12 21:21:19.000000000 -0800 @@ -461,10 +461,17 @@ * to check the font class before attempting to run, rather than needing * to promote this method up from TrueTypeFont */ - byte[] getTableBytes(int tag) { + protected byte[] getTableBytes(int tag) { return null; } + /* implemented for fonts backed by an sfnt that has + * OpenType or AAT layout tables. + */ + protected long getLayoutTableCache() { + return 0L; + } + /* for layout code */ protected long getUnitsPerEm() { return 2048;