Skip to content

Commit 0b125f9

Browse files
authored
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."
1 parent 65e1ec3 commit 0b125f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/xerial/snappy/OSInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ else if(armType.startsWith("armv7")) {
176176
}
177177

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

0 commit comments

Comments
 (0)