-
Bug
-
Resolution: Fixed
-
P1
-
9
-
b84
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8141744 | emb-9 | Magnus Ihse Bursie | P1 | Resolved | Fixed | team |
Unfortunately JDK-8065912 broke ar, at least on solaris. In spec.gmk on posix platforms, we find
AR_OUT_OPTION:=rcs$(SPACE)
However, inJDK-8065912, the definition of SPACE moved from spec.gmk to MakeBase.gmk. But since spec.gmk typically is included ahead of MakeBase.gmk, SPACE will be undefined when AR_OUT_OPTION is evaluated.
The short-term fix is to restore the definition of SPACE to spec.gmk.
AR_OUT_OPTION:=rcs$(SPACE)
However, in
The short-term fix is to restore the definition of SPACE to spec.gmk.
- backported by
-
JDK-8141744 ar (static linker) broken since JDK-8065912
-
- Resolved
-