You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log_debug(aot, codecache, init)("AOT Stub/Adapter Cache disabled: it was created with UseCompressedOops = %s", UseCompressedOops ? "false" : "true");
516
516
AOTStubCaching = false;
517
517
AOTAdapterCaching = false;
518
518
}
519
519
if (_compressedOopShift != (uint)CompressedOops::shift()) {
520
-
log_debug(aot, codecache, init)("AOT Stub/Adapter caching disabled: incompatible CompressedOops::shift(): %d vs current %d", _compressedOopShift, CompressedOops::shift());
520
+
log_debug(aot, codecache, init)("AOT Stub/Adapter Cache disabled: it was created with different CompressedOops::shift(): %d vs current %d", _compressedOopShift, CompressedOops::shift());
521
521
AOTStubCaching = false;
522
522
AOTAdapterCaching = false;
523
523
}
524
524
525
525
// This should be the last check as it only disables AOTStub/AdapterCaching
0 commit comments