RFR: 8328995: launcher can't open jar files where the offset of the manifest is >4GB [v3]

Liam Miller-Cushon cushon at openjdk.org
Fri Mar 29 18:11:32 UTC 2024


On Fri, 29 Mar 2024 18:03:13 GMT, Jiangli Zhou <jiangli at openjdk.org> wrote:

>> There can be multiple extra fields, and the zip64 extended information may not be the first one
>
> Could you please point to the related spec for the other `extra field`?

it's in APPNOTE.TXT 4.5, the extra field structure is `header1+data1 + header2+data2 . . .`, and we have to iterate through to see if there's an entry that's a zip64 extended information extra field

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18479#discussion_r1544742897


More information about the core-libs-dev mailing list