Project

General

Profile

Actions

Bug #10188

closed

CacheUnitTestCase fails for exclusive caches

Added by Alexander Kamkin about 4 years ago. Updated about 1 year ago.

Status:
Closed
Priority:
Normal
Category:
MMU Plugin
Target version:
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 #1

Updated by Alexander Kamkin about 4 years ago

  1. Reallocation should start only if no copies left.
  2. Intermediate caches should not allocate data if the target one does.
Actions #2

Updated by Alexander Kamkin almost 4 years ago

  • Status changed from New to Resolved
Actions #3

Updated by Alexander Protsenko about 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF