RFR: JDK-8146975 - NullPointerException in IIOPInputStream.inputClassFields

Chris Hegarty chris.hegarty at oracle.com
Thu Jun 16 05:40:39 UTC 2016


> On 15 Jun 2016, at 19:33, Mark Sheppard <mark.sheppard at 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.


More information about the core-libs-dev mailing list