-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b06
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8325646 | 21.0.3 | Andrew Leonard | P4 | Resolved | Fixed | b03 |
When building a DevKit, the gcc libgcc library ends up with full source path locations embedded in the library, which when it gets statically linked with libjvm, results in a non-reproducible libjvm.so.
The make/devkit/Tools.gmk needs to use --with-debug-prefix-map to map the top level build output folder, so that the resulting build output is reproducible.
The make/devkit/Tools.gmk needs to use --with-debug-prefix-map to map the top level build output folder, so that the resulting build output is reproducible.
- backported by
-
JDK-8325646 DevKit build gcc libraries contain full paths to source location
- Resolved