OSInfo: Update link to Java bug #8005545 (#664)

In a comment, update the link to Java bug #8005545, as the current one leads to a webpage saying: "This bug is not available."
This commit is contained in:
Holger Voormann 2025-05-20 01:41:35 +02:00 committed by GitHub
parent 65e1ec3de1
commit 0b125f916a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -176,7 +176,7 @@ public class OSInfo {
}
// Java 1.8 introduces a system property to determine armel or armhf
// http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8005545
// https://bugs.openjdk.org/browse/JDK-8005545
String abi = System.getProperty("sun.arch.abi");
if(abi != null && abi.startsWith("gnueabihf")) {
return "armv7";