Integrated: 8314114: Fix -Wconversion warnings in os code, primarily linux

Coleen Phillimore coleenp at openjdk.org
Tue Aug 15 11:08:26 UTC 2023


On Thu, 10 Aug 2023 15:22:07 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> This change fixes various -Wconversion warnings from files in the os directories and related, widening types or adding checked_cast<> where narrowing.
> Tested with tier1 on linux/macosx/windows and tier1-4 on linux-x64-debug, windows-x64-debug.

This pull request has now been integrated.

Changeset: 9ded8682
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/9ded86821b01d6d790850e9b49eedfc597c0c9a2
Stats:     131 lines in 18 files changed: 3 ins; 1 del; 127 mod

8314114: Fix -Wconversion warnings in os code, primarily linux

Reviewed-by: dholmes, dlong

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

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


More information about the hotspot-dev mailing list