[jdk13u-dev] Integrated: 8241271: Make hotspot build reproducible

Alexey Pavlyutkin duke at openjdk.java.net
Tue Jun 7 11:41:21 UTC 2022


On Tue, 7 Jun 2022 09:45:22 GMT, Alexey Pavlyutkin <duke at openjdk.java.net> wrote:

> Hi! Here is the backport of [8241271: Make hotspot build reproducible](https://bugs.openjdk.org/browse/JDK-8241271). The original patch applied cleanly.
> 
> Verification:
> 
> - 20.04LTS/GCC9.4: ```bash configure --with-boot-jdk=/opt/jdk-13 --with-hotspot-build-time="6/7/2022 11:35am" --with-extra-cflags="-Werror=date-time" --with-extra-cxxflags="-Werror=date-time" && make all``` - whole build PASSES
> - Windows/MSVS2019: ```bash ./configure --with-boot-jdk=../boot-jdk/jdk-13 --with-hotspot-build-time="2022-06-7 10:57am" --with-extra-cflags="/experimental:deterministic" --with-extra-cxxflags="/experimental:deterministic"``` - Hotspot build PASSES, then an error in jdk.jdi ([8287894](https://bugs.openjdk.org/browse/JDK-8287894) raised against the issue)

This pull request has now been integrated.

Changeset: 1299fdee
Author:    Alexey Pavlyutkin <apavlyutkin at azul.com>
Committer: Yuri Nesterenko <yan at openjdk.org>
URL:       https://git.openjdk.java.net/jdk13u-dev/commit/1299fdee786cda253d9d880e9d389bfad17e4634
Stats:     37 lines in 7 files changed: 27 ins; 0 del; 10 mod

8241271: Make hotspot build reproducible

Backport-of: 901029355f51c8faaa841dfee1e2e15175a6402e

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

PR: https://git.openjdk.java.net/jdk13u-dev/pull/356


More information about the jdk-updates-dev mailing list