--- old/modules/javafx.graphics/src/main/native-glass/mac/GlassStatics.m 2016-10-24 12:15:35.000000000 -0700 +++ new/modules/javafx.graphics/src/main/native-glass/mac/GlassStatics.m 2016-10-24 12:15:34.000000000 -0700 @@ -53,6 +53,7 @@ jmethodID jWindowNotifyResize = NULL; jmethodID jWindowNotifyClose = NULL; jmethodID jWindowNotifyMoveToAnotherScreen = NULL; +jmethodID jWindowNotifyScaleChanged = NULL; jmethodID jWindowNotifyFocus = NULL; jmethodID jWindowNotifyFocusUngrab = NULL; jmethodID jWindowNotifyFocusDisabled = NULL;