RE: [9] RFR: 8164592: java/net/MulticastSocket/NoLoopbackPackets.java tests may leave a daemon thread

2016-08-22 Thread Langer, Christoph
ava.net> > Subject: [9] RFR: 8164592: java/net/MulticastSocket/NoLoopbackPackets.java > tests may leave a daemon thread > > Hello, > > Please review the following patch for NoLoopbackPackets.java test. > > The test starts a daemon thread which has an infinite loop. If jt

[9] RFR: 8164592: java/net/MulticastSocket/NoLoopbackPackets.java tests may leave a daemon thread

2016-08-22 Thread Artem Smotrakov
Hello, Please review the following patch for NoLoopbackPackets.java test. The test starts a daemon thread which has an infinite loop. If jtreg uses the same JVM to run multiple tests (agent VM), then this thread will be keep running until the agent VM stops. This is not good, it would be