You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
such references can cause JVM-level deadlocks in multithreaded environment, when one thread tries to load the superclass and another thread tries to load the subclass at the same time
Referencing subclass StaticFunction from superclass Function initializer might lead to class loading deadlock
Referencing subclass ByDepth from superclass TreePruner initializer might lead to class loading deadlock
The text was updated successfully, but these errors were encountered:
According to IntelliJ
StaticFunction
from superclassFunction
initializer might lead to class loading deadlockByDepth
from superclassTreePruner
initializer might lead to class loading deadlockThe text was updated successfully, but these errors were encountered: