-
Bug
-
Resolution: Fixed
-
P4
-
21
-
b11
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8331173 | 17.0.12 | Roman Marchenko | P4 | Resolved | Fixed | b01 |
JDK-8356590 | 11.0.28 | Roman Marchenko | P4 | Resolved | Fixed | master |
"When writing files, text will be written to the file. If text does not already end in a newline a final newline will be written (even if text is the empty string). If the text argument is not given at all, nothing will be written."
Without this, the use of AppendFile in CreateNewSpec [3] results in a badly formatted spec file (i.e., everything on one line).
[1] https://github.com/openjdk/jdk/blob/cf68d9fb8e55e461fa717f1443094300de8feacb/make/common/MakeIO.gmk#L270
[2] https://www.gnu.org/software/make/manual/html_node/File-Function.html
[3] https://github.com/openjdk/jdk/blob/cf68d9fb8e55e461fa717f1443094300de8feacb/make/RunTestsPrebuilt.gmk#L105
- backported by
-
JDK-8331173 AppendFile/WriteFile has differences between make 3.81 and 4+
-
- Resolved
-
-
JDK-8356590 AppendFile/WriteFile has differences between make 3.81 and 4+
-
- Resolved
-
- links to
-
Commit openjdk/jdk17u-dev/54e01200
-
Commit openjdk/jdk/a39cf2e3
-
Commit(master) openjdk/jdk11u-dev/0df5d270
-
Review openjdk/jdk17u-dev/2382
-
Review openjdk/jdk/12461
-
Review openjdk/jdk/12605
-
Review(master) openjdk/jdk11u-dev/2969