> the difference between 1.4 and 6 in your example is therefore probably due > to some difference in how it initializes the implicit reference to the outer > final variable
Pre-JVMS2 the first thing an instance initialization method had to do was call another instance initialization method [1]; in this case the super construct of the anonymous inner class. [1] http://mail.openjdk.java.net/pipermail/compiler-dev/2009-September/001503.html. With kind regards Ben -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
