RFR 8245194: Unix domain socket channel implementation
Roger Riggs
Roger.Riggs at oracle.com
Wed Jul 8 16:16:23 UTC 2020
Hi Michael,
Not a complete review but something in changeset below caught my eye.
For the serialization proxy class name, use the shortest string possible.
No need to waste space in the serialization stream with a long name.
The serialization proxy class name is already qualified by the enclosing
class name.
In java.time we use the class name 'Ser'.
Regards, Roger
On 7/8/20 6:07 AM, Michael McMahon wrote:
>
>
>> -Chris.
>>
>> [1] https://hg.openjdk.java.net/jdk/sandbox/rev/481b20e7e9b2
More information about the nio-dev
mailing list