Actions
Bug #10188
closedCacheUnitTestCase fails for exclusive caches
Start date:
03/26/2020
Due date:
% Done:
0%
Estimated time:
Detected in build:
git
Platform:
Published in build:
Description
Exclusiveness property is violated:
if (next != null && next instanceof CacheUnit) { InvariantChecks.checkFalse(next.isHit(address)); ... }
Actions