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

Fix unlink() of LogCompilation tmp files lost in merge of 8007993 and 8060074.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • None
    • b72

        With LogCompilation each compiler thread writes information to it's own temp log file. During shutdown these files are concatenated into a single log file with the specified name. The temp files should be
        deleted, butwe found files of jtreg test TestUnstableIfTrap.java left over in the /tmp directory. Also, a simple
        run with LogCompilation leaves these files in the /tmp directory.

        8007993 fixed a problem with writing these log files and moved the unlink() of the temp
        files. This unlink() got lost in the merge with 8060074.

        Merge: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/674657ff61c6
        8060074: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/a0dd995271c4
        8007993: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/c13eb14ebf5c



              goetz Goetz Lindenmaier
              goetz Goetz Lindenmaier
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: