JDK-8067144 : SIGSEGV with +TraceDeoptimization in Deoptimization::print_objects
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-12-10
  • Updated: 2015-06-03
  • Resolved: 2014-12-11
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 8 JDK 9
8u40Fixed 9 b44Fixed
Related Reports
Relates :  
Description
Happens on every deoptimization with fastdebug builds with -XX:+TraceDeoptimization

# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fb1ca093572, pid=7481, tid=140401605281536
#
# JRE version: Java(TM) SE Runtime Environment (9.0) (build 1.9.0-internal-fastdebug-20141209203006.iggy.8066900-b00)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.9.0-internal-fastdebug-20141209203006.iggy.8066900-b00 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V  [libjvm.so+0x75a572]  Deoptimization::print_objects(GrowableArray<ScopeValue*>*, bool)+0x22Deoptimization::print_objects

Comments
Very useful for diagnosis => P3
12-12-2014

ILW=impossible to use TraceDeoptimization (develop flag);always;none=LHH=>P4
10-12-2014