[OpenJDK 2D-Dev] <AWT Dev> Review Request for 6879044
Oleg Sukhodolsky
son.two at gmail.com
Thu Sep 17 11:32:45 UTC 2009
On Thu, Sep 17, 2009 at 3:20 PM, Igor Nekrestyanov
<Igor.Nekrestyanov at sun.com> wrote:
>
>> imho removing dependency on j.u.logging for me looks as strange as
>> removing
>> dependency on j.l.Object or java.util.* :)
>>
>>
>>>
>>> For example, if the libraries are broken up into a
>>> set of fine grain modules then why would I need to have a logging module
>>> installed to run a simple client application?
>>>
>>
>> Perhaps because most application use logging ;)
>>
>
> But in general it is useful for developers only.
Agree, but if the application uses logging (which is disabled of course)
it anyway initialize the logging and has the same problem as AWT or 2D have now.
> Why end user need it unless it wants to debug/trace?
the end-user doesn't need logging, but application may contain it any way.
Oleg.
>
> -igor
>
>
More information about the core-libs-dev
mailing list