RFR: 8308458: Windows build failure with disassembler.cpp(792): warning C4267: '=': conversion from 'size_t' to 'int'

Jiangli Zhou jiangli at openjdk.org
Mon May 22 16:24:50 UTC 2023


On Mon, 22 May 2023 03:56:05 GMT, Jiangli Zhou <jiangli at openjdk.org> wrote:

> Trivial fix with casting `strlen` return value to `int`.

Thanks for the review.

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

PR Comment: https://git.openjdk.org/jdk/pull/14074#issuecomment-1557529845


More information about the hotspot-compiler-dev mailing list