Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135552 | emb-9 | Goetz Lindenmaier | P4 | Resolved | Fixed | team |
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
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
- backported by
-
JDK-8135552 Fix unlink() of LogCompilation tmp files lost in merge of 8007993 and 8060074.
-
- Resolved
-