perf: Fix libjvmti.c sign compare error
authorYuzhuo Jing <yuzhuo@google.com>
Wed, 4 Jun 2025 17:36:32 +0000 (10:36 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Tue, 10 Jun 2025 05:12:08 +0000 (22:12 -0700)
commit1190410772090a68995a758c979ba44b986e2df2
treeafb04b9e58ee342a80b7fb54505dc4a7e729ec31
parentea04fe1b90cbb42966b471a4982bc52215b62857
perf: Fix libjvmti.c sign compare error

Fix the compile errors when compiling with -Werror=sign-compare.

This is a follow-up patch to a previous patch series for a separate
Link: https://lore.kernel.org/lkml/aC9lXhPFcs5fkHWH@x1/
Signed-off-by: Yuzhuo Jing <yuzhuo@google.com>
Reviewed-by: Ian Rogers <irogers@google.com>
Link: https://lore.kernel.org/r/20250604173632.2362759-1-yuzhuo@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/jvmti/libjvmti.c