I cannot run xxHash on devices running android 6. Stacktrace:
java.lang.NoSuchMethodError: No virtual method getByte(Ljava/lang/Object;J)B in class Lsun/misc/Unsafe; or its super classes (declaration of 'sun.misc.Unsafe' appears in /system/framework/core-libart.jar)
at net.openhft.hashing.UnsafeAccess.getByte(UnsafeAccess.java:87)
at net.openhft.hashing.UnsafeAccess.getUnsignedByte(UnsafeAccess.java:82)
at net.openhft.hashing.XxHash.fetch8(XxHash.java:51)
at net.openhft.hashing.XxHash.xxHash64(XxHash.java:150)
at net.openhft.hashing.XxHash$AsLongHashFunction.hash(XxHash.java:272)
at net.openhft.hashing.LongHashFunction.unsafeHash(LongHashFunction.java:453)
at net.openhft.hashing.LongHashFunction.hashBytes(LongHashFunction.java:494)
I cannot run xxHash on devices running android 6. Stacktrace: