本文介绍了sun.misc.Unsafe记录在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有人知道 sun.misc.Unsafe
的全面文档?
Does anyone know of a comprehensive documentation to sun.misc.Unsafe
?
就是我所能做到的找到。有没有人知道更好的来源?
This is all I was able to find. Does anyone know of a better source?
寻找的javadoc> putOrderedInt
只找到
推荐答案
在mishadoff的博客上有一篇很好的帖子: http://mishadoff.github.io/blog/java-magic-part-4-sun-dot-misc-dot-unsafe/ 。该课程尚未正式公布。
这篇关于sun.misc.Unsafe记录在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!