Analysis on JDK-8022321 java/lang/ref/OOMEInReferenceHandler.java fails intermittently

Mandy Chung mandy.chung at oracle.com
Wed Jan 29 19:10:10 UTC 2014


On 1/29/2014 5:09 AM, Peter Levart wrote:
>
> Since I don't know what should be the correct behaviour of javac, I 
> can leave the Reference.java changes as proposed since it compiles in 
> both cases. Or should I revert the change to declaration of local 
> variable 'q' ? 

I slightly prefer to revert the change to ReferenceQueue<? super Object> 
for now as there is no supertype for Object and this looks a little 
odd.  We can clean this up as a separate fix after we get clarification 
from compiler-dev.

Mandy



More information about the core-libs-dev mailing list