> On 15 Jun 2016, at 19:33, Mark Sheppard <mark.shepp...@oracle.com> wrote: > > Hi, > please oblige and review the updated webrev: > > http://cr.openjdk.java.net/~msheppar/8146975/jdk9/webrev.01/
I’m happy with the code changes here. Trivially, an alternative stylistic option for the method declaration: private static Field getDeclaredField(final Class<?> c, final String fieldName) throws PrivilegedActionException, NoSuchFieldException, SecurityException { -Chris.