--- old/src/share/classes/sun/awt/image/OffScreenImageSource.java 2014-04-07 13:31:57.400640826 -0700 +++ new/src/share/classes/sun/awt/image/OffScreenImageSource.java 2014-04-07 13:31:57.050640811 -0700 @@ -40,15 +40,15 @@ BufferedImage image; int width; int height; - Hashtable properties; + Hashtable properties; public OffScreenImageSource(BufferedImage image, - Hashtable properties) { + Hashtable properties) { this.image = image; if (properties != null) { this.properties = properties; } else { - this.properties = new Hashtable(); + this.properties = new Hashtable(); } width = image.getWidth(); height = image.getHeight();