I am using lmax disruptor which is referring to class Unsafe ( sun.misc.unsafe package)
This works in api above 17 but giving ClassNotFoundException in Android - api 15,16,17 etc
Which is not letting me give support for my App for older versions.
how could i load this class manually or provide this in a jar so that class loader finds this class