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.