hg: jdk8/tl/jdk: 8026863: regression in anonymous Logger.setParent method

2013-10-28 Thread daniel . fuchs
Changeset: af4dd45bc7f7 Author:dfuchs Date: 2013-10-28 10:52 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/af4dd45bc7f7 8026863: regression in anonymous Logger.setParent method Summary: restore behaviour of setParent in anonymous logger and clarifies the spec with respect

Re: 8026863: regression in anonymous Logger.setParent method

2013-10-24 Thread Mandy Chung
On 10/23/2013 11:49 AM, Daniel Fuchs wrote: Hi Mandy, Thanks for the review. I have taken the opportunity to further clarify the behavior of the various setters when the logger is an anonymous logger. The fix itself hasn't changed. Here is the new revision:

Re: 8026863: regression in anonymous Logger.setParent method

2013-10-23 Thread Daniel Fuchs
est regards, -- daniel On 10/22/13 5:12 PM, Mandy Chung wrote: On 10/21/2013 2:11 PM, Daniel Fuchs wrote: Hi, Please find below a fix for 8026863: regression in anonymous Logger.setParent method This is a regression I introduced in JDK 8 with one of my recent logging fixes: 8023168: Cleanup

Re: 8026863: regression in anonymous Logger.setParent method

2013-10-22 Thread Mandy Chung
On 10/21/2013 2:11 PM, Daniel Fuchs wrote: Hi, Please find below a fix for 8026863: regression in anonymous Logger.setParent method This is a regression I introduced in JDK 8 with one of my recent logging fixes: 8023168: Cleanup LogManager class initialization and LogManager

8026863: regression in anonymous Logger.setParent method

2013-10-21 Thread Daniel Fuchs
Hi, Please find below a fix for 8026863: regression in anonymous Logger.setParent method This is a regression I introduced in JDK 8 with one of my recent logging fixes: 8023168: Cleanup LogManager class initialization and LogManager/LoggerContext relationship The issue is