-
Bug
-
Resolution: Fixed
-
P3
-
11, 16, 17
-
b32
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8259436 | 17 | Christian Hagedorn | P3 | Resolved | Fixed | b05 |
JDK-8260116 | 16.0.1 | Christian Hagedorn | P3 | Resolved | Fixed | b03 |
JDK-8259608 | 11.0.12-oracle | Christian Hagedorn | P3 | Resolved | Fixed | b01 |
JDK-8264038 | 11.0.12 | Christian Hagedorn | P3 | Resolved | Fixed | b01 |
To reproduce:
java -Xcomp -XX:CompileOnly=Test -XX:-TieredCompilation -XX:+StressGCM Test.java
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGFPE (0x8) at pc=0x00007f3958a87a73, pid=12682, tid=12683
#
# JRE version: Java(TM) SE Runtime Environment (16.0+30) (fastdebug build 16-ea+30-2130)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 16-ea+30-2130, compiled mode, sharing, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# J 3 c2 Test.mainTest([Ljava/lang/String;)V (613 bytes) @ 0x00007f3958a87a73 [0x00007f3958a87400+0x0000000000000673]
...........
Command Line: -Xmx1G -Xcomp -Xbatch -XX:CompileOnly=Test -XX:CompileCommand=quiet -XX:-TieredCompilation -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+StressLCM -XX:+StressGCM -XX:+StressIGVN -XX:StressSeed=917280111 Test
...........
Current thread (0x00007f3954026570): JavaThread "main" [_thread_in_Java, id=12683, stack(0x00007f395ecd8000,0x00007f395edd9000)]
Stack: [0x00007f395ecd8000,0x00007f395edd9000], sp=0x00007f395edd78b0, free space=1022k
Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code)
J 3 c2 Test.mainTest([Ljava/lang/String;)V (613 bytes) @ 0x00007f3958a87a73 [0x00007f3958a87400+0x0000000000000673]
J 2 c2 Test.main([Ljava/lang/String;)V (45 bytes) @ 0x00007f3958a868dc [0x00007f3958a86720+0x00000000000001bc]
v ~StubRoutines::call_stub
V [libjvm.so+0xe5e795] JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, Thread*)+0x595
V [libjvm.so+0xfa53a9] jni_invoke_static(JNIEnv_*, JavaValue*, _jobject*, JNICallType, _jmethodID*, JNI_ArgumentPusher*, Thread*) [clone .constprop.1]+0x369
V [libjvm.so+0xfab16d] jni_CallStaticVoidMethod+0x20d
C [libjli.so+0x4724] JavaMain+0xd34
C [libjli.so+0x7c89] ThreadJavaMain+0x9
siginfo: si_signo: 8 (SIGFPE), si_code: 1 (FPE_INTDIV), si_addr: 0x00007f3958a87a73
- backported by
-
JDK-8259436 C2 crashes with SIGFPE due to a division that floats above its zero check
- Resolved
-
JDK-8259608 C2 crashes with SIGFPE due to a division that floats above its zero check
- Resolved
-
JDK-8260116 C2 crashes with SIGFPE due to a division that floats above its zero check
- Resolved
-
JDK-8264038 C2 crashes with SIGFPE due to a division that floats above its zero check
- Resolved
- relates to
-
JDK-8257822 C2 crashes with SIGFPE due to a division that floats above its zero check
- Resolved
-
JDK-8331717 C2: Crash with SIGFPE Because Loop Predication Wrongly Hoists Division Requiring Zero Check
- Resolved
-
JDK-8347365 C2: Fix the handling of depends_only_on_test
- Open
-
JDK-8260284 C2: assert(_base == Int) failed: Not an Int
- Closed
-
JDK-8336704 SIGFPE (0x8) When Using JIT with ArithmeticException
- Closed
-
JDK-8332268 C2: Add missing optimizations for UDivI/L and UModI/L and unify the shared logic with the signed nodes
- Resolved