-
Bug
-
Resolution: Fixed
-
P3
-
19
-
b10
Reproduce:
- run java -XX:+UnlockExperimentalVMOptions -XX:CodeEntryAlignment=4294967296 with release VMs
```
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGFPE (0x8) at pc=0x00002acf9b157d1b, pid=5064, tid=5088
#
# JRE version: (19.0) (build )
# Java VM: OpenJDK 64-Bit Server VM (19-internal-adhoc.jvm.jdk, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0xaaed1b] MacroAssembler::align(int)+0xb
#
```
```
Stack: [0x00007f2ee355b000,0x00007f2ee365c000], sp=0x00007f2ee365a848, free space=1022k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0xaaed1b] MacroAssembler::align(int)+0xb
V [libjvm.so+0xd9d019] StubGenerator_generate(CodeBuffer*, bool)+0x49
V [libjvm.so+0xdbf3c3] StubRoutines::initialize1() [clone .part.30]+0xb3
V [libjvm.so+0x7f79d1] init_globals()+0x31
V [libjvm.so+0xe3dbca] Threads::create_vm(JavaVMInitArgs*, bool*)+0x2aa
V [libjvm.so+0x8b1e12] JNI_CreateJavaVM+0x52
C [libjli.so+0x381a] JavaMain+0x8a
C [libjli.so+0x7a69] ThreadJavaMain+0x9
```
- relates to
-
JDK-8281467 Allow larger OptoLoopAlignment and CodeEntryAlignment
-
- Resolved
-