On Fri, 5 Jun 2026 20:19:37 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 with a new target base due to a merge > or a rebase. The pull request now contains 13 commits: > > - Merge branch 'lworld' of https://github.com/openjdk/valhalla into > fix/ser-diff > - Use explicit types for confusing variables > - Rename to Deserializer > - Add factory method combo case > - Years > - Stage review remarks > - Merge branch 'lworld' of https://github.com/openjdk/valhalla into > fix/ser-diff > - Message updated > - Add case for strict field class > - Merge branch 'lworld' of https://github.com/openjdk/valhalla into > fix/ser-diff > - ... and 3 more: > https://git.openjdk.org/valhalla/compare/168f56be...65bfc3c5 Thanks for the reviews. As in #2350, I will integrate this to get more sufficient testing, and this also removed some bad uses of things like `@MigratedValueClass` that blocks other changes. Sanity ran Serializable tests after a quick merge. ------------- PR Comment: https://git.openjdk.org/valhalla/pull/2326#issuecomment-4635307500
