On 23 Aug 2016, at 03:03, Artem Smotrakov <artem.smotra...@oracle.com> wrote: > > 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 better to > stop the thread when the test is done. > > Webrev: http://cr.openjdk.java.net/~asmotrak/8164592/webrev.00/ > Bug: https://bugs.openjdk.java.net/browse/JDK-8164592
This looks good. -Chris.