Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4817145 commit 31b0848Copy full SHA for 31b0848
src/main/java/de/kherud/llama/OSInfo.java
@@ -200,7 +200,7 @@ else if (armType.startsWith("aarch64")) {
200
}
201
202
// Java 1.8 introduces a system property to determine armel or armhf
203
- // http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8005545
+ // https://bugs.openjdk.org/browse/JDK-8005545
204
String abi = System.getProperty("sun.arch.abi");
205
if (abi != null && abi.startsWith("gnueabihf")) {
206
return "armv7";
0 commit comments