RFR JDK 8 javac lint cleanup of java.lang.ref

Alan Bateman Alan.Bateman at oracle.com
Thu Jul 25 20:58:21 UTC 2013


On 25/07/2013 13:33, Joe Darcy wrote:
> Hello,
>
> Please review these changes to remove the javac lint warnings from the 
> java.lang.ref package:
>
>     8021429 Fix lint warnings in java.lang.ref
>     http://cr.openjdk.java.net/~darcy/8021429.0/
>
> Care was taken to not change any signatures of public API elements. 
> After doing a clean build, all the java.lang.ref regression tests 
> pass. Full patch below.
>
> Thanks,
>
> -Joe
This looks okay to me, just wondering Reference.next needs to be a raw 
type (you may have tried possible solutions to this already).

Minor comment on Finalizer is that the comment on the class being 
package-private is now misaligned.

-Alan.



More information about the core-libs-dev mailing list