commit | 803ef93939a4e48dfe68017d3ea084574ffbc60a | [log] [tgz] |
---|---|---|
author | Nathan Harmata <nharmata@google.com> | Thu Apr 14 03:11:27 2016 +0000 |
committer | Damien Martin-Guillerez <dmarting@google.com> | Thu Apr 14 07:39:16 2016 +0000 |
tree | 8e4139e661b735abf7824d1383df011cea2db986 | |
parent | a77f32c255cb210ab254a3d689e3ad7dc0fcf25c [diff] [blame] |
Log whenever a periodic flush of the action cache is slow. -- MOS_MIGRATED_REVID=119813568
diff --git a/src/main/java/com/google/devtools/build/lib/util/PersistentMap.java b/src/main/java/com/google/devtools/build/lib/util/PersistentMap.java index 05f805e..2835c5c 100644 --- a/src/main/java/com/google/devtools/build/lib/util/PersistentMap.java +++ b/src/main/java/com/google/devtools/build/lib/util/PersistentMap.java
@@ -136,7 +136,7 @@ * Marks the map as dirty and potentially writes updated entries to the * journal. */ - private void markAsDirty() { + protected void markAsDirty() { dirty = true; if (updateJournal()) { writeJournal();