[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/22741] LogManager.findAncestor throws exception if a logg
From: |
gnu_andrew at member dot fsf dot org |
Subject: |
[Bug classpath/22741] LogManager.findAncestor throws exception if a logger has been garbage collected |
Date: |
8 Oct 2007 00:09:52 -0000 |
------- Comment #3 from gnu_andrew at member dot fsf dot org 2007-10-08 00:09
-------
The test case for this seems to be missing. I created the one attached here,
and couldn't replicate the issue. When the reference to the logger is removed,
getLogger returns null which suggests this is fixed.
Notably, CACAO still seems to hang on to the reference. JamVM gives the same
behaviour as the OpenJDK.
java TestLogManager (openJDK)
address@hidden
null
cacao TestLogManager
address@hidden
address@hidden
jamvm TestLogManager
address@hidden
null
--
gnu_andrew at member dot fsf dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22741
- [Bug classpath/22741] LogManager.findAncestor throws exception if a logger has been garbage collected,
gnu_andrew at member dot fsf dot org <=