Skip to content

Commit c335a4e

Browse files
acmelnamhyung
authored andcommitted
perf build: Suggest java-latest-openjdk-devel instead of old 1.8.0 one
Just tidying up the suggestion to pick the latest and not some specific version. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Reviewed-by: James Clark <james.clark@linaro.org> Reviewed-by: Ian Rogers <irogers@google.com> Link: https://lore.kernel.org/r/20250620212435.93846-2-acme@kernel.org Signed-off-by: Namhyung Kim <namhyung@kernel.org>
1 parent 3317dc9 commit c335a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/perf/Makefile.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ ifndef NO_JVMTI
11521152
endif
11531153
endif # NO_JVMTI_CMLR
11541154
else
1155-
$(warning No openjdk development package found, please install JDK package, e.g. openjdk-8-jdk, java-1.8.0-openjdk-devel)
1155+
$(warning No openjdk development package found, please install JDK package, e.g. openjdk-8-jdk, java-latest-openjdk-devel)
11561156
NO_JVMTI := 1
11571157
endif
11581158
endif

0 commit comments

Comments
 (0)