-
Bug
-
Resolution: Fixed
-
P3
-
11, 16
-
b26
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8265968 | 15.0.4 | Yuri Nesterenko | P3 | Resolved | Fixed | b02 |
JDK-8257730 | 11.0.11-oracle | Dukebot | P3 | Resolved | Fixed | b01 |
JDK-8259363 | 11.0.11 | Erik Joelsson | P3 | Resolved | Fixed | b01 |
This is caused by the deps file the compiler generates is now containing relative paths, but those relative paths will not resolve when make imports the file. For all normal compilation units, we post process the file to rewrite these paths to absolute, but that call was missed for the precompiled header compilation.
- backported by
-
JDK-8257730 Incremental rebuild with precompiled header fails when touching a header file
- Resolved
-
JDK-8259363 Incremental rebuild with precompiled header fails when touching a header file
- Resolved
-
JDK-8265968 Incremental rebuild with precompiled header fails when touching a header file
- Resolved
- relates to
-
JDK-8256810 Incremental rebuild broken on Macosx
- Resolved
-
JDK-8257547 Handle multiple prereqs on the same line in deps files
- Resolved
- links to
-
Commit openjdk/jdk15u-dev/70230e22
-
Commit openjdk/jdk/19b28986
-
Review openjdk/jdk15u-dev/34
-
Review openjdk/jdk/1351