JDK 21 |
---|
21 b03Fixed |
Relates :
|
Looks like JDK-8160404 caused issues in the Linux ppc64le build. We now run into /openjdk/nb/linuxppc64le/jdk/src/hotspot/cpu/ppc/assembler_ppc.hpp:98:49: error: no matching function for call to 'RelocationHolder::RelocationHolder(NULL)' AddressLiteral() : _address(NULL), _rspec(NULL) {} Looks like a constructor of RelocationHolder was removed/replaced. Linux s390x has similar coding so most likely needs adjustment too.
|