Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205871 | 11.0.1 | Matthias Baesken | P1 | Resolved | Fixed | team |
After change 8203641 we are running into build errors on AIX.
Compilation error is :
/build_ci_jdk_jdk_rs6000_64/src/hotspot/share/gc/shared/stringdedup/stringDedup.hpp", line 107.38: 1540-0063 (S) The text "1" is unexpected.
Looks like the name of the second template parameter (STAT) :
template <typename QUEUE, typename STAT>
static void initialize_impl();
is clashing with defines from the AIX system headers. I suggest to simply rename the second template parameter.
Compilation error is :
/build_ci_jdk_jdk_rs6000_64/src/hotspot/share/gc/shared/stringdedup/stringDedup.hpp", line 107.38: 1540-0063 (S) The text "1" is unexpected.
Looks like the name of the second template parameter (STAT) :
template <typename QUEUE, typename STAT>
static void initialize_impl();
is clashing with defines from the AIX system headers. I suggest to simply rename the second template parameter.
- backported by
-
JDK-8205871 AIX: build errors in hotspot after 8203641: Refactor String Deduplication into shared
-
- Resolved
-