Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 13, 14
-
Fix Version/s: 14
-
Component/s: infrastructure
-
Labels:None
-
Subcomponent:
-
Resolved In Build:b17
-
OS:windows
Description
In JDK-8217728 I introduced a new rule in SetupNativeCompilation which combines all the generated *.d dependency files into one for each link target. This combining currently depends on all the object files being compiled first. On Windows, we sometimes also create a resource file, which also produces a *.d dependency file. This file is not declared as a prerequisite of the combined *.d file, which causes a race between the two.
Attachments
Issue Links
- relates to
-
JDK-8217728 Speed up incremental rerun of "make hotspot"
-
- Resolved
-