JDK-6846464 : G1: Crash within G1 collector + Escape Analysis
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 6u14
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_vista
  • CPU: x86
  • Submitted: 2009-05-29
  • Updated: 2013-09-18
  • Resolved: 2009-07-23
Related Reports
Duplicate :  
Relates :  
Description
J2SE Version (please include all output from java -version flag):
java version "1.6.0_14"
Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode, sharing)


Does this problem occur on J2SE 1.3, 1.4.x or 1.5?  Yes / No (pick one)
No (bug specific to the new G1 collector)


Operating System Configuration Information (be specific):
Windows Vista SP1 [6.0.6001], Brazilian Portuguese, fully patched


Hardware Configuration Information (be specific):
Dell Precision T3400 (Intel Core2 Quad Q6600; NVidia Quadro FX1700)


Bug Description:
Testing again the new "Garbage First" collector, but now in JDK 6u14 and also enabling the new Escape Analysis option, I executed the same benchmark of bug 6775807. The VM crashed immediately. The crash dump file seems to reveal a C2 bug, likely in Escape analysis stack-allocation code that interacts with G1. I executed the test again with G1 but no Escape analysis and it works; with Escape analysis but without G1 and it works too. I repeated the test with G1 and Escape analysis and it crashed again exactly in the same point, in the compilation of ParseUtil.decode().


Steps to Reproduce (be specific):
See remarks for bug 6775807.

Comments
EVALUATION It's a dup of 6851742, fixed by the compiler group.
23-07-2009