Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31b0848

Browse files
authored
OSInfo: Update link to Java bug #8005545
In a comment, update the link to Java bug #8005545, as the current one leads to a webpage saying: "This bug is not available."
1 parent 4817145 commit 31b0848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/kherud/llama/OSInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ else if (armType.startsWith("aarch64")) {
200200
}
201201

202202
// Java 1.8 introduces a system property to determine armel or armhf
203-
// http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8005545
203+
// https://bugs.openjdk.org/browse/JDK-8005545
204204
String abi = System.getProperty("sun.arch.abi");
205205
if (abi != null && abi.startsWith("gnueabihf")) {
206206
return "armv7";

0 commit comments

Comments
 (0)