RFR: 8352920: Compilation failure: comparison of unsigned expression >= 0 is always true
David Holmes
dholmes at openjdk.org
Fri Mar 28 04:53:20 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.
I think this counts as a trivial change.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24284#issuecomment-2760175768
More information about the hotspot-runtime-dev
mailing list