Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6846464
Votes 1
Synopsis G1: Crash within G1 collector + Escape Analysis
Category hotspot:garbage_collector
Reported Against
Release Fixed
State 11-Closed, duplicate of 6851742, bug
Priority: 3-Medium
Related Bugs 6775807
Submit Date 29-MAY-2009
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):
 customer  Precision T3400 ( customer  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.
Posted Date : 2009-05-29 18:37:09.0
Work Around
N/A
Evaluation
It's a dup of 6851742, fixed by the compiler group.
Posted Date : 2009-07-23 17:15:14.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang