Integrated: 8308407: libjvm library not reproducibly comparable between vendors
Andrew Leonard
aleonard at openjdk.org
Mon May 22 12:27:01 UTC 2023
On Fri, 19 May 2023 10:58:27 GMT, Andrew Leonard <aleonard at openjdk.org> wrote:
> This PR fixes issue: https://bugs.openjdk.org/browse/JDK-8308407
>
> It ensures that the C compilation of abstract_vm_version.o generates a minimum 64byte static C const for vm_vendor, thus ensuring for most Vendor builds the object has a 64byte string char array.
>
> Since this is just a nul terminated string as before, just within a fixed 64byte location, and should a longer Vendor string be specified it will be longer, there is no change in behavior. It purely provides a fixed 64byte string array in the compiled object, which for most if not all Vendors will be sufficient.
This pull request has now been integrated.
Changeset: dc30e686
Author: Andrew Leonard <aleonard at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/dc30e686516d50bdc65542d440e1e428362efb67
Stats: 13 lines in 1 file changed: 8 ins; 4 del; 1 mod
8308407: libjvm library not reproducibly comparable between vendors
Co-authored-by: Simon Tooke <stooke at openjdk.org>
Reviewed-by: andrew, dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/14058
More information about the hotspot-runtime-dev
mailing list