--- old/src/share/classes/java/awt/image/CropImageFilter.java 2013-10-01 14:25:49.000000000 -0700 +++ new/src/share/classes/java/awt/image/CropImageFilter.java 2013-10-01 14:25:49.000000000 -0700 @@ -79,6 +79,7 @@ * with the filtering operation. */ public void setProperties(Hashtable props) { + @SuppressWarnings("unchecked") Hashtable p = (Hashtable)props.clone(); p.put("croprect", new Rectangle(cropX, cropY, cropW, cropH)); super.setProperties(p);