ijuma commented on code in PR #12343:
URL: https://github.com/apache/kafka/pull/12343#discussion_r1039681666


##########
clients/src/main/java/org/apache/kafka/common/utils/Java.java:
##########
@@ -44,6 +44,10 @@ public static boolean isIbmJdk() {
         return System.getProperty("java.vendor").contains("IBM");
     }
 
+    public static boolean isIbmJdkSemeru() {

Review Comment:
   Instead of having this with the logic in various places, can we not treat 
IBM Semeru as plain openjdk? If so, we could change the check for IBM JDK to 
exclude IBM Semeru.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to