Rob Leland wrote:
..Mandy,

Three questions.

-import java.util.logging.Logger;
+import sun.util.logging.PlatformLogger;
It seems counter intuitive that a dependency would be change from a java.* -> sun.* since this the OpenJDK ,why not add it to java.util.log.* ?
This change-set isn't adding a new public API but rather is only adding an internal class that other components of the runtime can use to avoid a direct dependency on j.u.logging.

-Alan.

Reply via email to