< prev index next >

src/share/classes/com/sun/javatest/regtest/exec/CompileAction.java

Print this page

@@ -459,11 +459,11 @@
      *     Sources and classes for the unnamed module are put on the
      *     sourcepath and classpath.
      * </ul>
      */
     private List<String> getJavacCommandArgs(List<String> args) throws TestRunException {
-        Map<PathKind, SearchPath> compilePaths = script.getCompilePaths(libLocn, multiModule, module);
+        Map<PathKind, SearchPath> compilePaths = script.getCompilePaths(libLocn, multiModule, module, destDir);
 
         JDKOpts javacArgs = new JDKOpts();
         javacArgs.addAll(script.getTestCompilerOptions());
 
         if (isModuleOptionsAllowed(args)) {
< prev index next >