[PATCH 1/3] perf build: Suggest java-latest-openjdk-devel instead of old 1.8.0 one

Arnaldo Carvalho de Melo posted 3 patches 3 months, 2 weeks ago
[PATCH 1/3] perf build: Suggest java-latest-openjdk-devel instead of old 1.8.0 one
Posted by Arnaldo Carvalho de Melo 3 months, 2 weeks ago
From: Arnaldo Carvalho de Melo <acme@redhat.com>

Just tidying up the suggestion to pick the latest and not some specific
version.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: James Clark <james.clark@linaro.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Kan Liang <kan.liang@linux.intel.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 tools/perf/Makefile.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config
index d1ea7bf449647eb2..afebd3b1e6cb9f58 100644
--- a/tools/perf/Makefile.config
+++ b/tools/perf/Makefile.config
@@ -1144,7 +1144,7 @@ ifndef NO_JVMTI
       endif
     endif # NO_JVMTI_CMLR
   else
-    $(warning No openjdk development package found, please install JDK package, e.g. openjdk-8-jdk, java-1.8.0-openjdk-devel)
+    $(warning No openjdk development package found, please install JDK package, e.g. openjdk-8-jdk, java-latest-openjdk-devel)
     NO_JVMTI := 1
   endif
 endif
-- 
2.49.0
Re: [PATCH 1/3] perf build: Suggest java-latest-openjdk-devel instead of old 1.8.0 one
Posted by Ian Rogers 3 months, 2 weeks ago
On Fri, Jun 20, 2025 at 2:24 PM Arnaldo Carvalho de Melo
<acme@kernel.org> wrote:
>
> From: Arnaldo Carvalho de Melo <acme@redhat.com>
>
> Just tidying up the suggestion to pick the latest and not some specific
> version.
>
> Cc: Adrian Hunter <adrian.hunter@intel.com>
> Cc: Ian Rogers <irogers@google.com>
> Cc: James Clark <james.clark@linaro.org>
> Cc: Jiri Olsa <jolsa@kernel.org>
> Cc: Kan Liang <kan.liang@linux.intel.com>
> Cc: Namhyung Kim <namhyung@kernel.org>
> Link: https://lore.kernel.org/r/
> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

For patches 1 to 3:

Reviewed-by: Ian Rogers <irogers@google.com>

Thanks,
Ian

> ---
>  tools/perf/Makefile.config | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config
> index d1ea7bf449647eb2..afebd3b1e6cb9f58 100644
> --- a/tools/perf/Makefile.config
> +++ b/tools/perf/Makefile.config
> @@ -1144,7 +1144,7 @@ ifndef NO_JVMTI
>        endif
>      endif # NO_JVMTI_CMLR
>    else
> -    $(warning No openjdk development package found, please install JDK package, e.g. openjdk-8-jdk, java-1.8.0-openjdk-devel)
> +    $(warning No openjdk development package found, please install JDK package, e.g. openjdk-8-jdk, java-latest-openjdk-devel)
>      NO_JVMTI := 1
>    endif
>  endif
> --
> 2.49.0
>