--- old/test/sun/tools/jhsdb/BasicLauncherTest.java 2016-03-04 12:26:25.822701281 +0900 +++ new/test/sun/tools/jhsdb/BasicLauncherTest.java 2016-03-04 12:26:25.463369076 +0900 @@ -143,6 +143,7 @@ launch("No deadlocks found", "jstack"); launch("compiler detected", "jmap"); launch("Java System Properties", "jinfo"); + launch("java.threads", "jsnap"); // The test throws RuntimeException on error. // IOException is thrown if LingeredApp can't start because of some bad