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

Also available in: Atom PDF