--- old/test/jdk/jshell/UserJDIUserRemoteTest.java 2016-08-19 22:19:40.371042234 -0700 +++ new/test/jdk/jshell/UserJDIUserRemoteTest.java 2016-08-19 22:19:40.256039380 -0700 @@ -23,7 +23,7 @@ /* * @test - * @bug 8160128 8159935 + * @bug 8160128 8159935 8164518 * @summary Tests for Aux channel, custom remote agents, custom JDI implementations. * @build KullaTesting ExecutionControlTestBase * @run testng UserJDIUserRemoteTest @@ -159,7 +159,7 @@ + System.getProperty("path.separator") + System.getProperty("user.dir")); JDIInitiator jdii = new JDIInitiator(port, - opts, REMOTE_AGENT, true); + opts, REMOTE_AGENT, false, true); VirtualMachine vm = jdii.vm(); Process process = jdii.process();