JDK-8054083 : SIGSEGV with bigapps/Weblogic+medrec in C2 method
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2014-07-31
  • Updated: 2023-07-21
  • Resolved: 2023-07-21
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 9
9Resolved
Related Reports
Duplicate :  
Description
#  SIGSEGV (0xb) at pc=0xfffffd7ff8df3afa, pid=28210, tid=21
#
# JRE version: Java(TM) SE Runtime Environment (9.0-b24) (build 1.9.0-ea-fastdebug-b24)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.9.0-fastdebug-internal-201407292042.vkozlov.8049252 compiled mode solaris-amd64 )
# Problematic frame:
# J 88023 C2 com.bea.xbean.store.Cursor._toPrevBookmark(Ljava/lang/Object;)Lcom/bea/xml/XmlCursor$XmlBookmark; (150 bytes) @ 0xfffffd7ff8df3afa [0xfffffd7ff8df1ba0+0x1f5a]

ILW=HLH=P2
Comments
That SPARC one is different, it's the constant base trashing: JDK-8044729
08-08-2014

Attached hs_err file on sparc
08-08-2014

Seems like its dying on a safepoint poll, which is pretty odd. Missing a relocation? Will look at this later..
08-08-2014