Re: RFR: 8013380 - Removal of stack walk to find resource bundle breaks Glassfish startup

2013-05-16 Thread Alan Bateman
On 16/05/2013 03:46, Mandy Chung wrote: On 5/15/2013 2:19 PM, Jim Gish wrote: Please review http://cr.openjdk.java.net/~jgish/TestRB.7.1/ Looks fine. This fix gets the Glassfish to run on jdk8 as an interim fix while allowing us to investigate a proper solution for jdk8. Daniel mentioned

Re: RFR: 8013380 - Removal of stack walk to find resource bundle breaks Glassfish startup

2013-05-16 Thread Jim Gish
Thanks. Daniel -- could you please push http://cr.openjdk.java.net/~jgish/TestRB.7.2/ http://cr.openjdk.java.net/%7Ejgish/TestRB.7.2/ ? Jim On 05/16/2013 08:13 AM, Alan Bateman wrote: On 16/05/2013 03:46, Mandy Chung wrote: On 5/15/2013 2:19 PM, Jim Gish wrote: Please review

Re: RFR: 8013380 - Removal of stack walk to find resource bundle breaks Glassfish startup

2013-05-16 Thread Daniel Fuchs
Done -- daniel On 5/16/13 5:20 PM, Jim Gish wrote: Thanks. Daniel -- could you please push http://cr.openjdk.java.net/~jgish/TestRB.7.2/ http://cr.openjdk.java.net/%7Ejgish/TestRB.7.2/ ? Jim On 05/16/2013 08:13 AM, Alan Bateman wrote: On 16/05/2013 03:46, Mandy Chung wrote: On 5/15/2013

Re: RFR: 8013380 - Removal of stack walk to find resource bundle breaks Glassfish startup

2013-05-15 Thread Mandy Chung
On 5/15/2013 2:19 PM, Jim Gish wrote: Please review http://cr.openjdk.java.net/~jgish/TestRB.7.1/ Looks fine. This fix gets the Glassfish to run on jdk8 as an interim fix while allowing us to investigate a proper solution for jdk8. Daniel mentioned the performance overhead of

RFR: 8013380 - Removal of stack walk to find resource bundle breaks Glassfish startup

2013-04-30 Thread Jim Gish
Please review http://cr.openjdk.java.net/~jgish/TestRB.2/ http://cr.openjdk.java.net/%7Ejgish/TestRB.2/ This fixes a regression caused by the removal of the search of the call stack for resource bundles by java.util.logging. We have added a single-level search up the stack, i.e. just the

Re: RFR: 8013380 - Removal of stack walk to find resource bundle breaks Glassfish startup

2013-04-30 Thread Alan Bateman
On 30/04/2013 17:48, Jim Gish wrote: Please review http://cr.openjdk.java.net/~jgish/TestRB.2/ http://cr.openjdk.java.net/%7Ejgish/TestRB.2/ This fixes a regression caused by the removal of the search of the call stack for resource bundles by java.util.logging. We have added a single-level

Re: RFR: 8013380 - Removal of stack walk to find resource bundle breaks Glassfish startup

2013-04-30 Thread Jim Gish
On 04/30/2013 04:29 PM, Alan Bateman wrote: On 30/04/2013 17:48, Jim Gish wrote: Please review http://cr.openjdk.java.net/~jgish/TestRB.2/ http://cr.openjdk.java.net/%7Ejgish/TestRB.2/ This fixes a regression caused by the removal of the search of the call stack for resource bundles by

Re: RFR: 8013380 - Removal of stack walk to find resource bundle breaks Glassfish startup

2013-04-30 Thread Jim Gish
Here's an update: http://cr.openjdk.java.net/~jgish/TestRB.3/ http://cr.openjdk.java.net/%7Ejgish/TestRB.3/ Thanks, Jim On 04/30/2013 05:10 PM, Jim Gish wrote: On 04/30/2013 04:29 PM, Alan Bateman wrote: On 30/04/2013 17:48, Jim Gish wrote: Please review