Bug #10188
CacheUnitTestCase 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)); ... }
History
Updated by Alexander Kamkin 10 months ago
- Reallocation should start only if no copies left.
- Intermediate caches should not allocate data if the target one does.