()
| 3515 | |
| 3516 | |
| 3517 | void runUnlockedCleanup() { |
| 3518 | // locked cleanup may generate notifications we can send unlocked |
| 3519 | if (!isHeldByCurrentThread()) { |
| 3520 | map.processPendingNotifications(); |
| 3521 | } |
| 3522 | } |
| 3523 | } |
| 3524 | |
| 3525 | static class LoadingValueReference<K, V> implements ValueReference<K, V> { |
no test coverage detected