On Tue, 5 Dec 2023 11:15:18 GMT, Frederic Thevenet <ftheve...@openjdk.org> wrote:
> When building OpenJDK on the Windows platform, version information are > embedded as compiled resources into every native library and executable, > which typically contain version numbers, copyright information, product name > and vendor name (called "Company name" in this context). > > Currently, the value for "Company name" is always the same as that of > "vendor-name" but it It would be really useful to some build scenarios to > allow for the "company name" property embedded in the VersionInfo compiled > resources to be different from the "vendor name" property that is used within > the JVM (e.g. java -version). > > This PR adds a "--with-jdk-rc-company-name" configure option which can be > used to set "Company name" to its own value, independently of "'vendor-name", > in the same fashion as the existing "--with-jdk-rc-name", used to override > the values of "File description" and "Product name". > > If "--with-jdk-rc-company-name" isn't used, then the vendor-name value is > used instead, reproducing the same behavior than without this patch. This pull request has now been integrated. Changeset: 05f95093 Author: Frederic Thevenet <ftheve...@openjdk.org> Committer: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/05f950934ee720c82e9b62dd8d31e13bab7775da Stats: 11 lines in 3 files changed: 10 ins; 0 del; 1 mod 8321374: Add a configure option to explicitly set CompanyName property in VersionInfo resource for Windows exe/dll Reviewed-by: erikj, ihse ------------- PR: https://git.openjdk.org/jdk/pull/16972