Whats wrong? public int listen) { lock.acquire; if !present) // 如果没有留言 empty.sleep; // 则睡眠 // 取得留言 int word = buffer; present = false; // 唤醒正在等待发言的人 full.wake; lock.release; return word; } public void