Re: Bug in ClassValue

2012-03-12 Thread John Rose
On Mar 11, 2012, at 9:45 AM, Rémi Forax wrote: > Last week, Fredrik found that I've forgotten to implement ClassValue > in the backport of jsr292. > > While struggling to implement it, I've found a bug in the implementation > of the JDK. This snippet creates an infinite loop :( > >java.l

Bug in ClassValue

2012-03-11 Thread Rémi Forax
Last week, Fredrik found that I've forgotten to implement ClassValue in the backport of jsr292. While struggling to implement it, I've found a bug in the implementation of the JDK. This snippet creates an infinite loop :( java.lang.ClassValue cv = new java.lang.ClassValue() {