RFR: 8352920: Compilation failure: comparison of unsigned expression >= 0 is always true
David Holmes
dholmes at openjdk.org
Fri Mar 28 02:40:18 UTC 2025
On Fri, 28 Mar 2025 01:06:53 GMT, Cesar Soares Lucas <cslucas at openjdk.org> wrote:
> Please review this patch to fix the compilation failure. The fix is simply to only define the `BytecodeTransfer::trace_interpreter` method in NOT_PRODUCT builds.
>
> Tested on OSX/Linux aarch64/x86_64 with JTREG.
Looks good.
Thanks
-------------
Marked as reviewed by dholmes (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/24284#pullrequestreview-2724104528
More information about the hotspot-runtime-dev
mailing list