-
Enhancement
-
Resolution: Fixed
-
P3
-
hs23
-
b15
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2221258 | 8 | Erik Joelsson | P3 | Resolved | Fixed | b26 |
JDK-2221217 | 7u4 | Erik Joelsson | P3 | Closed | Fixed | b12 |
The build-infra project is starting to move into jdk8. For the hotspot build to stay compatible with the changes, the naming of standard make variables, like CC and LD need to be standardized across the build. Currently hotspot names the C++ compiler CPP, which is traditionally the name of the preprocessor. The windows nmake files name the linker LINK. We would like to rename the C++ compiler to CXX and have the linker named LD everywhere.
- backported by
-
JDK-2221258 build-infra merge: Rename CPP->CXX and LINK->LD
- Resolved
-
JDK-2221217 build-infra merge: Rename CPP->CXX and LINK->LD
- Closed