--- old/src/java.desktop/unix/native/common/awt/systemscale/systemScale.h 2016-07-08 09:19:11.906876800 +0300 +++ new/src/java.desktop/unix/native/common/awt/systemscale/systemScale.h 2016-07-08 09:19:11.460832800 +0300 @@ -26,8 +26,7 @@ #include #include -int getNativeScaleFactor(); -int getScale(const char *uiScale); +double getNativeScaleFactor(); #endif