未验证 提交 3b70e403 编写于 作者: M Martin Polden 提交者: GitHub

fix(core): Fix oops compression status (#1463)

This field was removed in 6141f926, presumably by accident.
上级 d33c5fda
......@@ -101,6 +101,8 @@ public final class Unsafe {
private static boolean getOrdinaryObjectPointersCompressionStatus(boolean is32BitJVM) {
class Probe {
private int intField; // Accessed through reflection
boolean probe() {
long offset = getFieldOffset(Probe.class, "intField");
if (offset == 8L) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册