[jdk17u-dev] RFR: 8276766: Enable jar and jmod to produce deterministic timestamped content [v3]

Andrew Leonard aleonard at openjdk.java.net
Thu Jan 13 11:29:36 UTC 2022


On Wed, 12 Jan 2022 12:21:59 GMT, Andrew Leonard <aleonard at openjdk.org> wrote:

>> This backport (along with others in-progress) enables reproducible building of jar's and jmod's with the addition of a new --date <source date> option. Enabling reproducible timestamped jar & jmod content.
>> 
>> jdk-17.0.3 CSR: https://bugs.openjdk.java.net/browse/JDK-8279926
>
> Andrew Leonard has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Backport db68a0ce1ce152345320e70acb7e9842d2f1ece4
>   
>   Signed-off-by: Andrew Leonard <anleonar at redhat.com>

This PR had a merge conflict when applying the original patch, due to jdk PR: https://github.com/openjdk/jdk/commit/a81e4fc07b654a3cc954921981d9d3c0cfd8bcec
which is not required for this PR.
The setZipEntryTime() logic was applied to the jdk17u logic.

jdk-17u CSR for this has now been Approved: https://bugs.openjdk.java.net/browse/JDK-8279926

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

PR: https://git.openjdk.java.net/jdk17u-dev/pull/82


More information about the jdk-updates-dev mailing list