32de968531
StandardClassIds was using Annotations subclass in its initialization. At the same time, Annotations subclass was using StandardClassIds in its initialization implicitly through baseId() method. This leads to a rare deadlock on CI in case where two different threads tried to initialize both classes at the same time. It can't be reproduced robustly, as a single thread was able to successfully initialize both, and will do it on an attempt to initialize any of them. ^KT-64720 Fixed