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