jtreg caches incorrect classpath when using multiple @library tags

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • jtreg4.1
    • Affects Version/s: None
    • Component/s: tools
    • None
    • master

      If multiple @library tags are used, there will be multiple corresponding directories for the classpath.
      The code to compute paths discards entries for non-existent files and directories.

      When the files for the first library are being compiled, the class directory for the second library does not yet exist. This means it gets omitted from the classpath, when is then (incorrectly) cached for subsequent compilations.

            Assignee:
            Jonathan Gibbons
            Reporter:
            Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: