-
Bug
-
Resolution: Fixed
-
P2
-
13
-
None
-
b16
-
generic
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8242993 | 11.0.8 | Ralf Schmelter | P2 | Resolved | Fixed | b01 |
JDK-8242755 | 11.0.7 | Ralf Schmelter | P2 | Resolved | Fixed | b10 |
In JDK-8217728 the incremental build was speed up, using concatenated dependency files. The problem is, that on Windows these dependency files are generated via a script, which lets all lines end with a backslash. This is OK for a single dependency, but if these are just concatenated in a single file, it now looks like one big line.
One way to fix this, is to add an empty line at the end of the windows deps files.
One way to fix this, is to add an empty line at the end of the windows deps files.
- backported by
-
JDK-8242755 Windows incremental build is broken with JDK-8217728
- Resolved
-
JDK-8242993 Windows incremental build is broken with JDK-8217728
- Resolved