--- old/src/java.desktop/macosx/classes/sun/java2d/opengl/CGLSurfaceData.java 2014-10-10 18:18:53.000000000 +0400 +++ new/src/java.desktop/macosx/classes/sun/java2d/opengl/CGLSurfaceData.java 2014-10-10 18:18:53.000000000 +0400 @@ -63,6 +63,11 @@ this.height = height * scale; } + public boolean canRenderLCDText(SunGraphics2D sg2d) { + // TODO: check LCD requirements + return true; + } + protected CGLSurfaceData(CPlatformView pView, CGLGraphicsConfig gc, ColorModel cm, int type,int width, int height) {