--- old/src/java.desktop/unix/native/common/awt/awt_Font.c 2018-11-26 16:07:30.983455181 +0530 +++ new/src/java.desktop/unix/native/common/awt/awt_Font.c 2018-11-26 16:07:30.699597181 +0530 @@ -50,6 +50,9 @@ static void pDataDisposeMethod(JNIEnv *env, jlong pData); /* #define FONT_DEBUG 2 */ +#ifndef FONT_DEBUG +#define FONT_DEBUG 0 +#endif /* 1- print failures, 2- print all, 3- terminate on failure */ #if FONT_DEBUG static XFontStruct *XLoadQueryFontX(Display *display, char *name)