Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8160219

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3 P3
    • None
    • None
    • 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.

            sherman Xueming Shen
            tbell Tim Bell
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: