标签: java hashmap
以下是put方法
else if ((fh = f.hash) == MOVED) tab = helpTransfer(tab, f); else { V oldVal = null; **synchronized (f) {** ... }