--- old/src/java.base/share/classes/sun/launcher/resources/launcher.properties 2016-08-22 12:49:35.757724320 +0530 +++ new/src/java.base/share/classes/sun/launcher/resources/launcher.properties 2016-08-22 12:49:35.541724320 +0530 @@ -90,6 +90,16 @@ \ load Java programming language agent, see java.lang.instrument\n\ \ -splash:\n\ \ show splash screen with specified image\n\ +\ HiDPI scaled image is also supported\n\ +\ Unscaled image name i.e. image.ext should be passed to -splash option for all image types\n\ +\ irrespective of HiDPI and Non-HiDPI\n\ +\ Scaled images should be provided in the directory \n\ +\ Following is the naming convention for scaled images. \n\ +\ Screen scale 1.25: image@125pct.ext\n\ +\ Screen scale 1.50: image@150pct.ext\n\ +\ Screen scale 2: image@200pct.ext and image@2x.ext both are supported \n\ +\ Screen scale 2.50: image@250pct.ext\n\ +\ Screen scale 3: image@300pct.ext and image@3x.ext both are supported\n\ \ @ read options from the specified file\n\ See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.