Loading... (original) (raw)
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.