classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Logging fixes


From: Guilhem Lavaux
Subject: [cp-patches] Logging fixes
Date: Wed, 13 Jul 2005 21:54:21 +0200

Hi,

Here are some fixes for java.util.logging.

ChangeLog:

2005-07-13  Guilhem Lavaux  <address@hidden>

        * java/util/logging/Logger.java
        (resetLogger): Remove all handlers from the handler list.

        * java/util/logging/LogManager.java
        (reset): Call resetLogger() too.
        (readConfiguration): Call reset() and use the system class
        loader to resolve classes.

Here is some reference for why we must use getSystemClassLoader().

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4373577

This patch fixes this PR (against kaffe):
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=307983

It is not appearing on jamvm/gij due to some other limitation of the VM
which has been reported to jamvm's author.

Regards,

Guilhem.

Attachment: logging_patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]