Re: [PATCH 3/3] perf/java: Add detection of java-11-openjdk-devel package

2019-09-24 Thread Arnaldo Carvalho de Melo
Em Mon, Sep 09, 2019 at 01:41:16PM +0200, Thomas Richter escreveu: > With Java 11 there is no seperate JRE anymore. > Details: https://coderanch.com/t/701603/java/JRE-JDK > Therefore the detection of the JRE needs to be adapted. > > This change works for s390 and x86. > I have not tested other pla

[PATCH 3/3] perf/java: Add detection of java-11-openjdk-devel package

2019-09-09 Thread Thomas Richter
With Java 11 there is no seperate JRE anymore. Details: https://coderanch.com/t/701603/java/JRE-JDK Therefore the detection of the JRE needs to be adapted. This change works for s390 and x86. I have not tested other platforms. Suggested-by: Andreas Krebbel Signed-off-by: Thomas Richter --- too