On Thu, 4 Jun 2026 16:47:43 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:
> 
>   Rename to Deserializer

src/java.base/share/classes/jdk/internal/value/ValueClass.java line 147:

> 145: 
> 146:     // This class also serves as a lazy holder of its singleton instance
> 147:     private static final class StrictInstanceFieldClassValue extends 
> ClassValue<Boolean> {

Good use of CV.

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

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

Reply via email to