Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 11, 12
-
Fix Version/s: 11
-
Component/s: infrastructure
-
Labels:None
-
Subcomponent:
-
Resolved In Build:b23
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8207293 | 12 | Erik Joelsson | P3 | Resolved | Fixed | b03 |
JDK-8207500 | 11.0.2 | Erik Joelsson | P3 | Resolved | Fixed | b01 |
JDK-8207611 | 11.0.1 | Erik Joelsson | P3 | Resolved | Fixed | b02 |
Description
Ralf Schmelter reported this issue on build-dev: http://mail.openjdk.java.net/pipermail/build-dev/2018-July/022658.html
This bug addresses his first problem, that the *.obj.log files we generate when running native compilation sometimes get truncated, which in turn causes unreliable incremental builds on Windows.
The suggested fix is to add an explicit $(RM) of the .obj.log file before running the command, and run tee with -a flag so that neither tee truncates the file.
This bug addresses his first problem, that the *.obj.log files we generate when running native compilation sometimes get truncated, which in turn causes unreliable incremental builds on Windows.
The suggested fix is to add an explicit $(RM) of the .obj.log file before running the command, and run tee with -a flag so that neither tee truncates the file.
Attachments
Issue Links
- backported by
-
JDK-8207293 *.obj.log files get truncated causing unreliable incremental builds on Windows
-
- Resolved
-
-
JDK-8207500 *.obj.log files get truncated causing unreliable incremental builds on Windows
-
- Resolved
-
-
JDK-8207611 *.obj.log files get truncated causing unreliable incremental builds on Windows
-
- Resolved
-