RFR: 8313249: Fix -Wconversion warnings in verifier code [v3]
Coleen Phillimore
coleenp at openjdk.org
Mon Jul 31 12:51:22 UTC 2023
> 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.
Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
Add static_cast
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/15056/files
- new: https://git.openjdk.org/jdk/pull/15056/files/a81eb642..cbe394a1
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=15056&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=15056&range=01-02
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/15056.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/15056/head:pull/15056
PR: https://git.openjdk.org/jdk/pull/15056
More information about the hotspot-runtime-dev
mailing list