On Tue, 8 Apr 2025 14:50:25 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> In libraries.m4, there is a long list of known 32-bit CPU architectures as a > condition for using libatomic with zero. We should just check the address > size instead. Comprehension check: we get bitness from arch itself somewhere earlier, right? `PLATFORM_EXTRACT_VARS_FROM_CPU` looks to be doing this. ------------- PR Comment: https://git.openjdk.org/jdk/pull/24515#issuecomment-2786804550