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
NaturalComparator.secondary().compare("", ""); will result in a complete hang and steadily increasing memory usage.
This is, because TokenComparable.getNext() will return A"" for some reason.