RFR: 8313249: Fix -Wconversion warnings in verifier code

Coleen Phillimore coleenp at openjdk.org
Fri Jul 28 21:43:51 UTC 2023


On Thu, 27 Jul 2023 15:51:01 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> See bugid for comments.  Most of the verifier code deals with ints, so the u2 and other parameters weren't really needed and can be promoted to int. Mostly types are changed, but a few checked_cast<>s are added.
> Tested with tier1-4, sanity Oracle platforms.

Thanks Ioi for looking at this.

Thanks for reviewing Matias.

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

PR Review: https://git.openjdk.org/jdk/pull/15056#pullrequestreview-1552980749
PR Comment: https://git.openjdk.org/jdk/pull/15056#issuecomment-1656361328


More information about the hotspot-runtime-dev mailing list