Le 12/06/15 19:04, Mark-nospam a écrit : > > I have ADS embedded in a simple loader application. After switching to M20, > the JVM doesn't exit when it should. > > The was working in M17. I ran a few tests with no connections in this case it > appears to start / stop cleanly. > > I tried M19 same issue with threads not exiting. > > > > After shutdown and main thread exits but there are a few threads remaining > with one spinning in what looks like the MS runtime endthread. > > The loader only uses two threads which both report ending and the thread id's > aren't related to remaining threads. > > > > I am running Win64 with java 1.7.0.55 also tested with 1.7.80 > > > > Any suggestions ?
Can you do a thread dump so that we can see which threads are still alive ?
