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)); ... }
Updated by Alexander Kamkin over 4 years ago
- Reallocation should start only if no copies left.
- Intermediate caches should not allocate data if the target one does.
Updated by Alexander Kamkin over 4 years ago
- Status changed from New to Resolved
Updated by Alexander Protsenko over 1 year ago
- Status changed from Resolved to Closed
Actions