RFR: 7103570 AtomicIntegerFieldUpdater does not work when SecurityManager is installed
Doug Lea
dl at cs.oswego.edu
Fri Apr 27 11:32:27 UTC 2012
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.
-Doug
More information about the core-libs-dev
mailing list