Integrated: 8310577: Fix -Wconversion warnings in interpreter and oops

Coleen Phillimore coleenp at openjdk.org
Thu Jun 22 19:40:20 UTC 2023


On Wed, 21 Jun 2023 19:45:45 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> Please review this change that's mostly casts and a few int type narrowing changes.  The casts are for size calculations between two addresses within the same area so can be int and are never going to be 64 bit.
> I didn't change CompileThreshold to be 'int' because SA and JVMCI code expects it to be intx.  Maybe that should change though.
> Tested with tier1 on Oracle platforms, and tier1-4 linux and windows x64.

This pull request has now been integrated.

Changeset: 5a82fa3b
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/5a82fa3bb278b5b80b9ede0619f364fe13cdbede
Stats:     48 lines in 18 files changed: 1 ins; 2 del; 45 mod

8310577: Fix -Wconversion warnings in interpreter and oops

Reviewed-by: fparain, matsaave

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

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


More information about the hotspot-dev mailing list