RFR: 8310027: Fix -Wconversion warnings in nmethod and compiledMethod related code

Coleen Phillimore coleenp at openjdk.org
Fri Jun 16 18:45:09 UTC 2023


On Thu, 15 Jun 2023 22:49:36 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> This change adds casts to nmethod and compiled method offset and size functions that return int, and checked_casts where it's not obvious or already checked that the cast is correct.
> Tested with tier1 on Oracle platforms, and tier1-4 linux and windows.

Thanks Vladimir.

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

PR Comment: https://git.openjdk.org/jdk/pull/14505#issuecomment-1595132102


More information about the hotspot-runtime-dev mailing list