--- old/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.h 2016-08-18 17:58:29.208930649 +0530 +++ new/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.h 2016-08-18 17:58:28.900930649 +0530 @@ -150,7 +150,8 @@ void SplashCleanup(Splash * splash); void SplashSetScaleFactor(float scaleFactor); int SplashGetScaledImgNameMaxPstfixLen(const char *fileName); - +jboolean GetScaledImageName(const char *fileName, char *scaledImgName, + float *scaleFactor, const size_t scaledImageLength); typedef struct SplashStream { int (*read)(void* pStream, void* pData, int nBytes); int (*peek)(void* pStream);