mq$a.java
695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
import sun.misc.Unsafe;
final class mq$a
{
private static final Unsafe b;
private static final long c;
volatile long a;
static
{
try
{
b = mq.d();
c = b.objectFieldOffset(a.class.getDeclaredField("value"));
return;
}
catch (Exception localException)
{
throw new Error(localException);
}
}
mq$a(long paramLong)
{
this.a = paramLong;
}
final boolean a(long paramLong1, long paramLong2)
{
return b.compareAndSwapLong(this, c, paramLong1, paramLong2);
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/mq$a.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/