Integrated: 8313249: Fix -Wconversion warnings in verifier code
Coleen Phillimore
coleenp at openjdk.org
Tue Aug 1 12:02:55 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.
This pull request has now been integrated.
Changeset: ee3e0917
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/ee3e0917b393b879a543060ace2537be84f20e82
Stats: 153 lines in 6 files changed: 12 ins; 1 del; 140 mod
8313249: Fix -Wconversion warnings in verifier code
Reviewed-by: matsaave, iklam, dlong
-------------
PR: https://git.openjdk.org/jdk/pull/15056
More information about the hotspot-runtime-dev
mailing list