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 65e1ec3 commit 0b125f9Copy full SHA for 0b125f9
src/main/java/org/xerial/snappy/OSInfo.java
@@ -176,7 +176,7 @@ else if(armType.startsWith("armv7")) {
176
}
177
178
// Java 1.8 introduces a system property to determine armel or armhf
179
- // http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8005545
+ // https://bugs.openjdk.org/browse/JDK-8005545
180
String abi = System.getProperty("sun.arch.abi");
181
if(abi != null && abi.startsWith("gnueabihf")) {
182
return "armv7";
0 commit comments