src/java.base/share/native/libjava/System.c
changeset 52836 98792298b309
parent 52725 c470f977ade8
child 52970 c57f1850d44f
--- a/src/java.base/share/native/libjava/System.c	Fri Nov 30 17:14:48 2018 +0530
+++ b/src/java.base/share/native/libjava/System.c	Fri Nov 30 10:55:59 2018 -0800
@@ -206,19 +206,6 @@
     /* patch level */
     PUTPROP(propArray, _sun_os_patch_level_NDX, sprops->patch_level);
 
-    /* Printing properties */
-    /* Note: java.awt.printerjob is an implementation private property which
-     * just happens to have a java.* name because it is referenced in
-     * a java.awt class. It is the mechanism by which the implementation
-     * finds the appropriate class in the JRE for the platform.
-     * It is explicitly not designed to be overridden by clients as
-     * a way of replacing the implementation class, and in any case
-     * the mechanism by which the class is loaded is constrained to only
-     * find and load classes that are part of the JRE.
-     * This property may be removed if that mechanism is redesigned
-     */
-    PUTPROP(propArray, _java_awt_printerjob_NDX, sprops->printerJob);
-
     PUTPROP(propArray, _awt_toolkit_NDX, sprops->awt_toolkit);
 
     /* Java2D properties */