[jdk17u-dev] RFR: 8294314: Minimize disabled warnings in hotspot [v2]
Sergey Bylokhov
serb at openjdk.org
Fri Oct 31 20:45:11 UTC 2025
On Fri, 31 Oct 2025 19:11:05 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> found some issues on alpine on aarch64, working on that.
Not a regression of this patch, the master branch cannot be built as well due to missing [JDK-8301493](https://bugs.openjdk.org/browse/JDK-8301493). I’ll address that in a separate backport.
hotspot/cpu/aarch64/interpreterRT_aarch64.cpp:270:33: error: operands to '?:' have different types 'std::nullptr_t' and 'intptr_t' {aka 'long int'}
270 | intptr_t value = *addr == 0 ? NULL : (intptr_t)addr;
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/4143#issuecomment-3474827447
More information about the jdk-updates-dev
mailing list