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 <[email protected]> Reviewed-by: James Clark <[email protected]> Reviewed-by: Ian Rogers <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Namhyung Kim <[email protected]>
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)