Integrated: 8308850: Change JVM options with small ranges that get -Wconversion warnings to 32 bits
Afshin Zafari
azafari at openjdk.org
Mon Aug 14 12:11:59 UTC 2023
On Fri, 4 Aug 2023 17:41:50 GMT, Afshin Zafari <azafari at openjdk.org> wrote:
> The JVM options that are in range of `int` type are converted in `globals.hpp` and other files where affected.
>
> ### Tests
> tiers 1-4 passed for linux-x64, linux-x64-debug, windows-x64, windows-x64-debug
> tier1 all passed.
This pull request has now been integrated.
Changeset: 823f5b93
Author: Afshin Zafari <azafari at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/823f5b930c917f36bb32aa0d0bda3ef0187db875
Stats: 22 lines in 7 files changed: 0 ins; 0 del; 22 mod
8308850: Change JVM options with small ranges that get -Wconversion warnings to 32 bits
Reviewed-by: dholmes, coleenp, dlong
-------------
PR: https://git.openjdk.org/jdk/pull/15164
More information about the hotspot-dev
mailing list