IDEA-144261 IDE is unusably slow when using a 4K display on OS X

Fixed compilation on windows
diff --git a/src/share/native/sun/java2d/opengl/OGLTextRenderer.c b/src/share/native/sun/java2d/opengl/OGLTextRenderer.c
index 2aca1f0..d544744 100644
--- a/src/share/native/sun/java2d/opengl/OGLTextRenderer.c
+++ b/src/share/native/sun/java2d/opengl/OGLTextRenderer.c
@@ -1070,8 +1070,8 @@
             }
         } else {
             // LCD-optimized glyph data
-            hasLCDGlyphs = JNI_TRUE;
             jint rowBytesOffset = 0;
+            hasLCDGlyphs = JNI_TRUE;
 
             if (subPixPos) {
                 jint frac = (jint)((glyphx - x) * 3);