JDK-8003204 : Crash in JDK7 C2 compiler, LateInlineCallGenerator::do_late_inline() method
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 7u9
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_11
  • CPU: x86
  • Submitted: 2012-11-09
  • Updated: 2013-04-19
  • Resolved: 2012-11-09
Related Reports
Duplicate :  
Description
While running our functional tests we daily observe JVM crash that seems related
to the JIT processing.

The crash never happens with any of the JDK 6 that we used so far but has been seen 
with JDK7 and is still present in update 9.
We know for sure that the crash have been observed with 7u5 but we have not tested with older
version of the JDK so the problem could be present in earlier releases

I have attached the hs_err_pidxxx.log file and can provide core on request.

This bugs is a high priority bug for OUD team because it could prevent us from releasing our product
Comments
Workaround: -XX:-OptimizeStringConcat
13-11-2012

It is too late for 7u10 which has GA 12/10 and already locked. 7u11 is security release with GA 2/19 which usually does not accept normal fixes. Send me mail explaining your urgency (product+BugDB info) and I will try to get an approval for 7u11 but I can't guarantee anything.
12-11-2012

Is there a chance this fix is ported in an update that will release sooner ? This issue is seen as a S2 for our product that will ship in late January 2013. Thanks Karine
12-11-2012

Crashed in code call_node()->outcnt() because _call_node value (0x5) is not initialized. It is duplicate of 7162094 as David pointed.
09-11-2012

This would appear to be a duplicate of JDK-8002484 which is being fixed in 7u12.
09-11-2012