< prev index next >

src/java.desktop/share/classes/sun/awt/FontConfiguration.java

Print this page

        

*** 969,979 **** } }); if (fcc != null) { try { ! fc = (Charset) fcc.newInstance(); } catch (Exception e) { } } } if (fc == null) { --- 969,979 ---- } }); if (fcc != null) { try { ! fc = (Charset) fcc.getDeclaredConstructor().newInstance(); } catch (Exception e) { } } } if (fc == null) {
< prev index next >