mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-21 21:14:31 +02:00
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:
parent
65e1ec3de1
commit
0b125f916a
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user