-
Bug
-
Resolution: Fixed
-
P2
-
9
-
None
-
b159
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8176618 | 10 | Erik Joelsson | P2 | Resolved | Fixed | b03 |
There is a missing dependency declaration in GenerateLinkOptData.gmk. A rule like the one that generates CLASSLIST_FILE and JLI_TRACE_FILE is problematic and needs extra care because make can only understand one target file per rule. In this case we have added a new rule which depends on JLI_TRACE_FILE, but make does not know this file is created by the rule for CLASSLIST_FILE so we have to explicitly add that dependency.
- backported by
-
JDK-8176618 Race in GenerateLinkOptData.gmk
-
- Resolved
-