On Wed, 4 Mar 2026 17:00:31 GMT, Joe Darcy <[email protected]> wrote:
>> Vicente Romero has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Update src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java >> >> Co-authored-by: Chen Liang <[email protected]> >> - Update src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java >> >> Co-authored-by: Chen Liang <[email protected]> > > src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java line 5035: > >> 5033: // Check for missing serialVersionUID; check *not* done >> 5034: // for enums or records. >> 5035: VarSymbol svuidSym = null; > > Do value classes need any distinct serialVersionUID handling? not sure I get your question. Why should they? ------------- PR Review Comment: https://git.openjdk.org/valhalla/pull/2187#discussion_r2896388361
