RFR: 7103570 AtomicIntegerFieldUpdater does not work when SecurityManager is installed
David Holmes
david.holmes at oracle.com
Fri Apr 27 12:25:27 UTC 2012
On 27/04/2012 9:32 PM, Doug Lea wrote:
> On 04/27/12 00:47, David Holmes wrote:
>> Due to a problem with jtreg and the installation of a security manager
>> I've had
>> to modify the test to install the security manager itself.
>>
>> updated webrev:
>>
>> http://cr.openjdk.java.net/~dholmes/7103570/webrev.02/
>>
>
> Looks OK, although the main sources seems to omit a little
> clean-up day patch from last year of replacing "*" imports:
>
> - import java.lang.reflect.*;
> + import java.lang.reflect.Field;
> + import java.lang.reflect.Modifier;
>
> The jsr166 versions are otherwise now synced with this change.
Thanks Doug. I've applied that cleanup:
http://cr.openjdk.java.net/~dholmes/7103570/webrev.03/
David
-----
> -Doug
>
More information about the core-libs-dev
mailing list