-
Bug
-
Resolution: Fixed
-
P3
-
6u5, 6u7-rev, 7
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177151 | 7 | Tom Rodriguez | P3 | Closed | Fixed | b29 |
JDK-2169565 | 6u10 | Tom Rodriguez | P3 | Resolved | Fixed | b26 |
JDK-2164190 | OpenJDK6 | Joe Darcy | P2 | Resolved | Fixed | b11 |
JDK-2163703 | hs11 | Tom Rodriguez | P3 | Resolved | Fixed | b13 |
JDK-2164815 | hs10 | Kevin Walls | P2 | Resolved | Fixed | b25 |
C:\jdk1.6.0_05\bin>java -version
java version "1.6.0_05-ea"
Java(TM) SE Runtime Environment (build 1.6.0_05-ea-b04)
Java HotSpot(TM) Client VM (build 1.6.0_05-ea-b04, mixed mode, sharing)
C:\jdk1.6.0_05\bin>java -server -version
java version "1.6.0_05-ea"
Java(TM) SE Runtime Environment (build 1.6.0_05-ea-b04)
Java HotSpot(TM) Tiered VM (build 1.6.0_05-ea-b04, mixed mode)
FULL OS VERSION :
Microsoft Windows XP [Version 5.1.2600]
A DESCRIPTION OF THE PROBLEM :
While running Eclipse with 1.6.0_05-ea, the following
First reported in http://forums.java.net/jive/thread.jspa?threadID=31465
I first hit this error on my 32-bit Windows XP machine at work.
However, I will not have time while at work to investigate further.
Luckily, in doing some more testing at home on my Windows XP 64-bit machine I was able to trigger the exact same bug with the 64-bit server VM running Eclipse-3.4-M2 for Windows x86-64.
I am attaching that new error log for completeness.
The Eclipse code in question is available here: http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.core.resources/src/org/eclipse/core/internal/dtree/DataTreeNode.java?revision=1.20&view=markup
As of yet, I have been unable to produce a standalone test case... still, in reviewing DataTreeNode.forwardDeltaWith, I would hope it might be more evident to you how that code (with all the looping, array allocation and System.arrayCopy calls) might stress the hotspot server compiler.
FYI, I have been running Eclipse (misc. versions) with 1.6.0_02-b05 since it was released, so this is *definitely* a recent regression introduced in 1.6.0_05-ea.
THE PROBLEM WAS REPRODUCIBLE WITH -Xint FLAG: Did not try
THE PROBLEM WAS REPRODUCIBLE WITH -server FLAG: Did not try
ERROR MESSAGES/STACK TRACES THAT OCCUR :
Attached seperatly
REPRODUCIBILITY :
This bug can be reproduced occasionally.
- backported by
-
JDK-2164190 EXCEPTION_ACCESS_VIOLATION while running Eclipse with 1.6.0_05-ea
-
- Resolved
-
-
JDK-2164815 EXCEPTION_ACCESS_VIOLATION while running Eclipse with 1.6.0_05-ea
-
- Resolved
-
-
JDK-2163703 EXCEPTION_ACCESS_VIOLATION while running Eclipse with 1.6.0_05-ea
-
- Resolved
-
-
JDK-2169565 EXCEPTION_ACCESS_VIOLATION while running Eclipse with 1.6.0_05-ea
-
- Resolved
-
-
JDK-2177151 EXCEPTION_ACCESS_VIOLATION while running Eclipse with 1.6.0_05-ea
-
- Closed
-
- duplicates
-
JDK-6661016 Segmentation fault while compiling java code in eclipse
-
- Closed
-
-
JDK-6708395 HotSpot crashes when "server" is set as default
-
- Closed
-
-
JDK-6740962 Crash in C2 on 1.6.0_07-rev-b07
-
- Closed
-
- relates to
-
JDK-6752734 (audit) apply HSX-11 fix for 6614100 to HSX-12 and HSX-13
-
- Closed
-
-
JDK-6709742 find_base_for_derived's use of Ideal NULL is unsafe causing crashes during register allocation
-
- Resolved
-
-
JDK-6552204 split_thru_phi leaves behind Phi of AddP which produces inefficient code
-
- Resolved
-
-
JDK-6659207 access violation in CompilerThread0
-
- Closed
-