Due to a bug introduced in Java 11.0.2, some customers are seeing random crashes of their server with FusionReactor installed.
The bug in Java is an issue with the JIT compiler, it appears a somewhat random function in Java will fail to compile when an attempt to optimize the function is made. When this happens an exception occurs that terminates the JVM, taking down the application server.
When this issue occurs you will see a Java PID error file similar too:
# A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffa4d823808, pid=5556, tid=4372 # --------------- T H R E A D --------------- Current thread (0x00000245e902c800): JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=4372, stack(0x000000eefa700000,0x000000eefa800000)] Current CompileTask: C2:20000256 43883 b 4 com.intergral.fusionreactor.plugin.ui.internal.pages.metrics.WebMetrics::buildCodeList (183 bytes)
This issue is ticketed under:
https://bugs.openjdk.java.net/browse/JDK-8219894
https://bugs.openjdk.java.net/browse/JDK-8219807
This issue has been resolved in OpenJDK version 11.0.5.
At this time this version of OpenJDK is not available for download, so if you are experiencing this issue we recommend downgrading the JRE used on your application server to avoid hitting this issue.
Issue Details
Type | Technote |
---|---|
Issue Number | FRS-464 |
Resolution | Fixed |
Last Updated | 2019-11-25T10:48:14.005+0000 |
Affects Version(s) | Pending |
Fix Version(s) | None |