JDK-8200262 : JVM Crash in 'C2 CompilerThread' while recording the JFR Trace event
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 7u131
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-03-26
  • Updated: 2019-05-08
  • Resolved: 2018-12-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7u221 b01Fixed
Comments
EventCompilation event in invoke_compiler_on_method() is created and committed while the compiler thread is in _thread_in_native state. The event should be committed when the thread has returned to the _thread_in_vm state.
29-11-2018