*** Reason for rollback *** Rolling back while investigating tsan reports. *** Original change description *** Remove a volatile read/write in SmallSortedMap.entrySet() I don't know why this was volatile. Volatile semantics are not strong enough for making this read-then-write a transaction. You'd need a mutex or AtomicReference to achieve that. *** PiperOrigin-RevId: 662300377pull/17794/head
parent
b71e5ee2d5
commit
769305467a
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue