After years of debate, JSR133 decided that the spec for
Object.wait should change its @throws InterruptedException clause from
if another thread has interrupted the current thread.
to
if another thread interrupted the current thread before or while
the current thread was waiting for a notification.
Object.wait should change its @throws InterruptedException clause from
if another thread has interrupted the current thread.
to
if another thread interrupted the current thread before or while
the current thread was waiting for a notification.