sun.misc.unsafe 记录在哪里?[已关闭]
有谁知道任何全面的文档?sun.misc.Unsafe
我正在寻找 有关 的文档。这就是我能找到的。Unsafe.putOrderedInt()
public native void putOrderedInt(Object o,
long offset,
int x)
Ordered/Lazy version of #putIntVolatile(Object, long, int)
有谁知道更好的来源?