Re: Circular initialization between EmptyNavigableMap and UnmodifiableNavigableMap

2023-01-29 Thread David Holmes
On 26/01/2023 7:49 pm, Tagir Valeev wrote: Hello! Not sure if this should be considered as a problem that requires attention but there's an initialization loop between There are probably still quite a number of "initialization loops" in the core libraries. But they can only trigger if you exp

Circular initialization between EmptyNavigableMap and UnmodifiableNavigableMap

2023-01-26 Thread Tagir Valeev
Hello! Not sure if this should be considered as a problem that requires attention but there's an initialization loop between java.util.Collections$UnmodifiableNavigableMap and java.util.Collections$UnmodifiableNavigableMap$EmptyNavigableMap classes. E.g., the following program may stuck in a class