gpt4 book ai didi

java - 如何替换 Unsafe.objectFieldOffset?

转载 作者:搜寻专家 更新时间:2023-11-01 02:18:58 29 4
gpt4 key购买 nike

我把jdk 8升级到jdk 11,如何替换Unsafe.objectFieldOffset

Math.max(size, unsafe.objectFieldOffset(f) + sizeOf(f));

最佳答案

sun.misc.Unsafe 是一个 Critical Internal API未封装在 JDK 9 中:

These APIs are thus accessible by default to code on the class path, and accessible to code in modules if those modules declare dependences upon the jdk.unsupported module.

因此,您可以继续使用它。

关于java - 如何替换 Unsafe.objectFieldOffset?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56640939/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com