Integrated: 8309685: Fix -Wconversion warnings in assembler and register code

Coleen Phillimore coleenp at openjdk.org
Thu Jun 22 14:24:14 UTC 2023


On Wed, 21 Jun 2023 12:00:07 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> This is essentially the same as PR https://github.com/openjdk/jdk/pull/14396 only without the asm/assembler.hpp changes for emit_int8, etc.  The casts and type changes here resolve header file -Wconversion warnings but not the 941 in assembler_x86.cpp.
> Tested with tier 1-7, and tier1 on Oracle supported platforms.

This pull request has now been integrated.

Changeset: 230bcb76
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/230bcb769a2701b80b4a12a39785f88a1db48ba9
Stats:     61 lines in 20 files changed: 0 ins; 0 del; 61 mod

8309685: Fix -Wconversion warnings in assembler and register code

Reviewed-by: aph, fparain

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

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


More information about the hotspot-dev mailing list