Integrated: 8352920: Compilation failure: comparison of unsigned expression >= 0 is always true

Cesar Soares Lucas cslucas at openjdk.org
Fri Mar 28 04:53:21 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.

This pull request has now been integrated.

Changeset: f4428e89
Author:    Cesar Soares Lucas <cslucas at openjdk.org>
Committer: David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f4428e89b7d9f00833a437f08fe0c0bbcec87a11
Stats:     3 lines in 2 files changed: 2 ins; 0 del; 1 mod

8352920: Compilation failure: comparison of unsigned expression >= 0 is always true

Reviewed-by: dholmes

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

PR: https://git.openjdk.org/jdk/pull/24284


More information about the hotspot-runtime-dev mailing list