hg: jdk7/tl/jdk: 2 new changesets
Alan Bateman
Alan.Bateman at Sun.COM
Tue Sep 22 08:00:29 UTC 2009
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.
More information about the core-libs-dev
mailing list