On Fri, 3 Apr 2026 14:39:35 GMT, Vicente Romero <[email protected]> wrote:
>> This PR is adding a new serialization warning for the case when a value >> class declares one of the following serialization related methods: >> >> - readObject >> - writeObject >> - readObjectNoData >> >> They have no effect if declared in value classes, fact that should be >> notified to the user, >> >> TIA > > Vicente Romero has updated the pull request incrementally with five > additional commits since the last revision: > > - Merge branch 'JDK-8378908' of > https://github.com/vicente-romero-oracle/valhalla into JDK-8378908 > - Apply suggestions from code review > > Co-authored-by: Chen Liang <[email protected]> > - Apply suggestion from @liach > > Co-authored-by: Chen Liang <[email protected]> > - Apply suggestion from @liach > > Co-authored-by: Chen Liang <[email protected]> > - addressing review comments Looks good to go! ------------- Marked as reviewed by liach (Committer). PR Review: https://git.openjdk.org/valhalla/pull/2187#pullrequestreview-4056013252
