[jdk17u-dev] RFR: 8273092: Sort classlist in JDK image

Andrew Leonard aleonard at openjdk.org
Fri Jul 28 17:56:13 UTC 2023


Backport 8273092: Sort classlist in JDK image 
to jdk17u so that classlist order is deterministic for reproducible builds.

The original needed modifying, because jdk17u does not dump ":id" Klass id, it just dumps the class/lambda name.

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

Commit messages:
 - 8273092: Sort classlist in JDK image
 - 8273092: Sort classlist in JDK image
 - Backport 1996f649a3a30b7ac4b547a762417f807f5fa414

Changes: https://git.openjdk.org/jdk17u-dev/pull/1632/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=1632&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8273092
  Stats: 86 lines in 3 files changed: 82 ins; 0 del; 4 mod
  Patch: https://git.openjdk.org/jdk17u-dev/pull/1632.diff
  Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/1632/head:pull/1632

PR: https://git.openjdk.org/jdk17u-dev/pull/1632


More information about the jdk-updates-dev mailing list