--- old/src/share/classes/com/sun/javatest/regtest/exec/CompileAction.java 2017-05-22 14:03:33.518611472 -0700 +++ new/src/share/classes/com/sun/javatest/regtest/exec/CompileAction.java 2017-05-22 14:03:33.390606649 -0700 @@ -461,7 +461,7 @@ * */ private List getJavacCommandArgs(List args) throws TestRunException { - Map compilePaths = script.getCompilePaths(libLocn, multiModule, module); + Map compilePaths = script.getCompilePaths(libLocn, multiModule, module, destDir); JDKOpts javacArgs = new JDKOpts(); javacArgs.addAll(script.getTestCompilerOptions());