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
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() {