-
Enhancement
-
Resolution: Fixed
-
P4
-
8, 11, 17, 21, 23, 24
-
master
-
aarch64, riscv
-
generic
On aarch64 platform the debug VM option -XX:+VerifyActivationFrameSize is Unimplemented.
> time ./build/linux-aarch64-server-slowdebug/images/jdk/bin/java -Xms10M -Xmx10M -XX:ParallelGCThreads=1 -XX:+VerifyActivationFrameSize -version
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:396), pid=2176250, tid=2176251
# Error: Unimplemented()
#
# JRE version: (24.0) (slowdebug build )
# Java VM: OpenJDK 64-Bit Server VM (slowdebug 24-internal-fec0d1cf, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-aarch64)
# Problematic frame:
# V [libjvm.so+0xdcf3b8] InterpreterMacroAssembler::dispatch_base(TosState, unsigned char**, bool, bool)+0x58
#
# Core dump will be written. Default location: /home/yansendao/git/jdk/core.2176250
#
# An error report file with more information is saved as:
# /home/yansendao/git/jdk/hs_err_pid2176250.log
#
#
Aborted (core dumped)
> time ./build/linux-aarch64-server-slowdebug/images/jdk/bin/java -Xms10M -Xmx10M -XX:ParallelGCThreads=1 -XX:+VerifyActivationFrameSize -version
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:396), pid=2176250, tid=2176251
# Error: Unimplemented()
#
# JRE version: (24.0) (slowdebug build )
# Java VM: OpenJDK 64-Bit Server VM (slowdebug 24-internal-fec0d1cf, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-aarch64)
# Problematic frame:
# V [libjvm.so+0xdcf3b8] InterpreterMacroAssembler::dispatch_base(TosState, unsigned char**, bool, bool)+0x58
#
# Core dump will be written. Default location: /home/yansendao/git/jdk/core.2176250
#
# An error report file with more information is saved as:
# /home/yansendao/git/jdk/hs_err_pid2176250.log
#
#
Aborted (core dumped)
- relates to
-
JDK-8344526 RISC-V: implement -XX:+VerifyActivationFrameSize
- Resolved
- links to
-
Commit(master) openjdk/jdk/4ddd3dec
-
Review(master) openjdk/jdk21u-dev/1163
-
Review(master) openjdk/jdk23u/228
-
Review(master) openjdk/jdk/22181