--- old/src/java.desktop/share/classes/sun/print/RasterPrinterJob.java 2016-09-12 12:27:51.779848700 +0530 +++ new/src/java.desktop/share/classes/sun/print/RasterPrinterJob.java 2016-09-12 12:27:51.265042100 +0530 @@ -1424,6 +1424,10 @@ /** * Prints a set of pages. + * If {@code print(PrintRequestAttributeSet attributes)} is called before + * this method for the same PrinterJob, it is expected to use/carryover the + * same attributes set passed to + * {@code print(PrintRequestAttributeSet attributes)} * @exception java.awt.print.PrinterException an error in the print system * caused the job to be aborted * @see java.awt.print.Book