RFR: 8334763: Fix --enable-asan assertion is_in_live_stack for fastdebug
Kim Barrett
kbarrett at openjdk.org
Sun Jun 23 01:42:19 UTC 2024
On Sat, 22 Jun 2024 13:58:32 GMT, Jan Kratochvil <jkratochvil at openjdk.org> wrote:
> There is also [JDK-8323732](https://bugs.openjdk.org/browse/JDK-8323732), one has to use --disable-warnings-as-errors . But then it does not work anyway (in fastdebug).
>
>
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # Internal Error (/home/azul/azul/openjdk-git/src/hotspot/share/runtime/handles.inline.hpp:77), pid=878152, tid=878158
> # assert(_thread->is_in_live_stack((address)this)) failed: not on stack?
> #
> # JRE version: (24.0) (fastdebug build )
> # Java VM: OpenJDK 64-Bit Server VM (fastdebug 24-internal-adhoc.azul.openjdk-git, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
> # Problematic frame:
> # V [libjvm.so+0x1d20658] constantPoolHandle::constantPoolHandle(Thread*, ConstantPool*)+0x268
Note that JDK-8323732 is a duplicate of JDK-8330047 (and is now marked as such), which was fixed in JDK 23.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19843#issuecomment-2184313317
More information about the build-dev
mailing list