A. 當(dāng)synchronized()語句塊執(zhí)行完后 B. 當(dāng)在synchronized()語句塊執(zhí)行中出現(xiàn)例外(exception)時 C. 當(dāng)持有鎖的線程調(diào)用該對象的wait()方法時 D. 以上都是