1 <p> The code synchronizes on a boxed primitive constant, such as an Boolean.
3 private static Boolean inited = Boolean.FALSE;
14 <p>Since there normally exist only two Boolean objects, this code could be synchronizing on the same object as other, unrelated code, leading to unresponsiveness
15 and possible deadlock</p>