src/java.base/share/native/libjava/System.c
changeset 52836 98792298b309
parent 52725 c470f977ade8
child 52970 c57f1850d44f
equal deleted inserted replaced
52835:40281bb2feb6 52836:98792298b309
   203     }
   203     }
   204     PUTPROP(propArray, _sun_arch_data_model_NDX, sprops->data_model);
   204     PUTPROP(propArray, _sun_arch_data_model_NDX, sprops->data_model);
   205 
   205 
   206     /* patch level */
   206     /* patch level */
   207     PUTPROP(propArray, _sun_os_patch_level_NDX, sprops->patch_level);
   207     PUTPROP(propArray, _sun_os_patch_level_NDX, sprops->patch_level);
   208 
       
   209     /* Printing properties */
       
   210     /* Note: java.awt.printerjob is an implementation private property which
       
   211      * just happens to have a java.* name because it is referenced in
       
   212      * a java.awt class. It is the mechanism by which the implementation
       
   213      * finds the appropriate class in the JRE for the platform.
       
   214      * It is explicitly not designed to be overridden by clients as
       
   215      * a way of replacing the implementation class, and in any case
       
   216      * the mechanism by which the class is loaded is constrained to only
       
   217      * find and load classes that are part of the JRE.
       
   218      * This property may be removed if that mechanism is redesigned
       
   219      */
       
   220     PUTPROP(propArray, _java_awt_printerjob_NDX, sprops->printerJob);
       
   221 
   208 
   222     PUTPROP(propArray, _awt_toolkit_NDX, sprops->awt_toolkit);
   209     PUTPROP(propArray, _awt_toolkit_NDX, sprops->awt_toolkit);
   223 
   210 
   224     /* Java2D properties */
   211     /* Java2D properties */
   225     /* Note: java.awt.graphicsenv is an implementation private property which
   212     /* Note: java.awt.graphicsenv is an implementation private property which