On Wed, 30 Apr 2025 20:50:34 GMT, Naoto Sato <na...@openjdk.org> wrote:
>> Gautham Krishnan has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Updating copyright header > > Since they are serialized fields (except Hijrah ones), I don't think this is > doable. @naotoj Thanks for reviewing. You are right. But when I checked these classes use a custom Externalizable encoding (see 'readExternal'/'writeExternal'), which already stores these values as bytes. ------------- PR Comment: https://git.openjdk.org/jdk/pull/24975#issuecomment-2843263464