Integrated: 8281455: Change JVM options with small ranges from 64 to 32 bits, for gc_globals.hpp

Afshin Zafari azafari at openjdk.org
Tue Jun 27 15:58:20 UTC 2023


On Thu, 1 Jun 2023 11:15:48 GMT, Afshin Zafari <azafari at openjdk.org> wrote:

> The `uintx/intx` options whose ranges are small enough are changed to `uint/int`, otherwise gcc complains 
> when `-Wconversion` is used in build.
> Their uses in printf formats are changed accordingly.
> 
> ### Tests
> Locally hotspot:tier1 tested on linux-x64
> mach5 tiers 1-4 on Linux and Windows 64bits platforms passed.

This pull request has now been integrated.

Changeset: 7ce967a1
Author:    Afshin Zafari <azafari at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/7ce967a10c62d300a11906c1d71def33f4f57719
Stats:     59 lines in 10 files changed: 0 ins; 1 del; 58 mod

8281455: Change JVM options with small ranges from 64 to 32 bits, for gc_globals.hpp

Reviewed-by: tschatzl, coleenp

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

PR: https://git.openjdk.org/jdk/pull/14259


More information about the hotspot-gc-dev mailing list