8038106: PIT: access problem to a PrinterJob on OS X
Reviewed-by: serb, anthony, azvegint
--- a/jdk/src/macosx/classes/sun/lwawt/macosx/CPrinterJob.java Fri Mar 21 21:47:51 2014 +0400
+++ b/jdk/src/macosx/classes/sun/lwawt/macosx/CPrinterJob.java Fri Mar 21 21:56:50 2014 +0400
@@ -41,7 +41,7 @@
import sun.java2d.*;
import sun.print.*;
-final class CPrinterJob extends RasterPrinterJob {
+public final class CPrinterJob extends RasterPrinterJob {
// NOTE: This uses RasterPrinterJob as a base, but it doesn't use
// all of the RasterPrinterJob functions. RasterPrinterJob will
// break down printing to pieces that aren't necessary under MacOSX