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
It's nasty and hackish. Find a way to gracefully shutdown without relying on System.exit(). A good example of this is in Manager's constructor, which can not only exit the JVM, but starts threads (both undocumented).