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