RFR: JDK-8146975 - NullPointerException in IIOPInputStream.inputClassFields
Mark Sheppard
mark.sheppard at oracle.com
Thu Jun 16 12:12:24 UTC 2016
OK grand so, will make that change ... thanks Chris
regards
Mark
On 16/06/2016 06:40, Chris Hegarty wrote:
>> 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