Re: The NoClassDefFoundError bug is back :(

2011-12-06 Thread Rémi Forax
On 12/05/2011 04:28 PM, Rémi Forax wrote: > John, Christian, > I was updating the multi-dispatch sample from the cookbook > when the NoClassDefFoundError bug re-appear. I've reduced the code to this simple sample: public class NoClassDefFoundSample { public void foo() { // do nothing }

Re: The NoClassDefFoundError bug is back :(

2011-12-06 Thread Rémi Forax
On 12/06/2011 10:34 AM, Rémi Forax wrote: > On 12/05/2011 04:28 PM, Rémi Forax wrote: >> John, Christian, >> I was updating the multi-dispatch sample from the cookbook >> when the NoClassDefFoundError bug re-appear. > I've reduced the code to this simple sample: > public class NoClassDefFoundSample

Re: review request (L): 7030453: JSR 292 ClassValue.get method is too slow

2011-12-06 Thread David Holmes
On 5/12/2011 11:03 AM, Rémi Forax wrote: > On 12/05/2011 01:27 AM, Joe Darcy wrote: >> On 12/4/2011 2:13 PM, Rémi Forax wrote: >>> On 12/04/2011 08:38 PM, Joe Darcy wrote: Are there alternatives to adding two new fields to java.lang.Class? I assume most Class'es won't have ClassValue