mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-23 10:09:54 +00:00
!8567 Fix data race of second ic
Merge pull request !8567 from zhuangkudecha/FixDoubleSlotTrace
This commit is contained in:
commit
d037008cee
@ -1235,8 +1235,7 @@ void PGOProfiler::DumpICByValueWithHandler(ApEntityId abcId, const CString &reco
|
||||
}
|
||||
AddObjectInfo(abcId, recordName, methodId, bcOffset, hclass, hclass, transitionHClass);
|
||||
}
|
||||
} else {
|
||||
ASSERT(secondValue.IsPrototypeHandler());
|
||||
} else if (secondValue.IsPrototypeHandler()) {
|
||||
PrototypeHandler *prototypeHandler = PrototypeHandler::Cast(secondValue.GetTaggedObject());
|
||||
auto cellValue = prototypeHandler->GetProtoCell();
|
||||
if (!cellValue.IsProtoChangeMarker()) {
|
||||
|
Loading…
Reference in New Issue
Block a user