On Thu, 4 Jun 2026 11:34:16 GMT, Viktor Klang <[email protected]> wrote:
>> 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 881:
>
>> 879: boolean isInstantiable() {
>> 880: requireInitialized();
>> 881: return (cons != null);
>
> Suggestion:
>
> return cons != null;
Restoration to mainline:
https://github.com/openjdk/jdk/blob/ee53e7569e211d74648b8d9ccf3f039888938f2c/src/java.base/share/classes/java/io/ObjectStreamClass.java#L847
-------------
PR Review Comment:
https://git.openjdk.org/valhalla/pull/2326#discussion_r3355879285