JDK 9 RFR of 8036848: Fix deprecation warning in sun.misc.CharacterDecoder
Mandy Chung
mandy.chung at oracle.com
Fri Mar 7 20:00:51 UTC 2014
Thumbs up.
Mandy
On 3/7/14 11:46 AM, Brian Burkhalter wrote:
> On Mar 7, 2014, at 10:52 AM, Brian Burkhalter wrote:
>
>> Patch: http://cr.openjdk.java.net/~bpb/8036848/
> I updated this patch to change some ugly albeit legal syntax.
>
> Old: http://cr.openjdk.java.net/~bpb/8036848/webrev.00/
> New: http://cr.openjdk.java.net/~bpb/8036848/webrev.01/
>
> To be specific, this method syntax
>
> public byte methodReturningByteArray()[] {}
>
> was changed to
>
> public byte[] methodReturningByteArray() {}
>
> Shudder …
>
> Thanks,
>
> Brian
More information about the core-libs-dev
mailing list