On Mon, Oct 8, 2012 at 2:24 PM, Rob McKenna <[email protected]> wrote:

>  Thanks Martin,
>
> Updated webrev at:
>
> http://cr.openjdk.java.net/~robm/7152183/webrev.03/
>


The latest webrev looks correct to me - thanks!
I'd also make a couple of pedantic cosmetic changes:

1969                     Object deferred = null;

A good place to use a "blank final"

final Object deferred;

+                    Field useCountField;

Merge the declaration down to the initialization.

Reply via email to