On Mon, 18 May 2026 18:21:47 GMT, Chen Liang <[email protected]> wrote:

>> For preview of the serialization implementation cleanup.
>> 
>> See the mainline diff version:
>> https://gist.github.com/a3440f2b9da5111fe20315e59ed17380
>> 
>> ---------
>> - [x] I confirm that I make this contribution in accordance with the 
>> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).
>
> Chen Liang has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Message updated

src/java.base/share/classes/java/io/ObjectStreamClass.java line 1337:

> 1335:      * @param clazz The class to query
> 1336:      * @param fields the serializable fields of the class
> 1337:      * @return a MethodHandle, null if none found

This method no longer returns a MethodHandle, so the javadoc needs updating to 
reflect that

-------------

PR Review Comment: 
https://git.openjdk.org/valhalla/pull/2326#discussion_r3355666145

Reply via email to