-
Enhancement
-
Resolution: Fixed
-
P4
-
18
-
b27
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8282068 | 17.0.3 | Andrew Leonard | P4 | Resolved | Fixed | b03 |
HOTSPOT_BUILD_USER is embedded in the native libjvm.so/dylib. Currently the value is always set to $USER by the openjdk make config of USERNAME variable. To better allow "reproducible builds", a way to specify a specific user name to use is needed.
Along the lines of other configure parameters, adding the following would allow this configuration:
--with-build-user=<username>
Along the lines of other configure parameters, adding the following would allow this configuration:
--with-build-user=<username>
- backported by
-
JDK-8282068 Allow configuration of HOTSPOT_BUILD_USER
- Resolved