jdk/test/tools/jar/UpdateManifest.java should clean up better

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P3
    • None
    • Affects Version/s: None
    • Component/s: tools
    • jar
    • x86
    • windows_2012

      jtreg test UpdateManifest.java creates temp files with names like system-out-err3413844635142383445.txt


      cat -n jdk/test/tools/jar/UpdateManifest.java
        [...]
          48 File tmp = File.createTempFile("system-out-err", ".txt");
          49 tmp.deleteOnExit();

      The tmp.deleteOnExit(); does not seem to have an effect. The Mach 5 Windows build/test systems are accumulating system-out-err*.txt files in /cygdrive/c/temp.

            Assignee:
            Xueming Shen
            Reporter:
            Tim Bell
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: