6850806: NPE exception throws in PrintServce.getSupportedAttributeValues
Reviewed-by: igor, prr
--- a/jdk/src/windows/classes/sun/print/Win32PrintService.java Fri Feb 18 12:04:36 2011 -0800
+++ b/jdk/src/windows/classes/sun/print/Win32PrintService.java Fri Feb 18 13:47:07 2011 -0800
@@ -1325,7 +1325,7 @@
}
if (trays != null) {
System.arraycopy(trays, 0, arr,
- mediaSizeNames.length, trays.length);
+ len - trays.length, trays.length);
}
return arr;
} else if (category == MediaPrintableArea.class) {