-
Bug
-
Resolution: Fixed
-
P2
-
hs19
-
b04
-
sparc
-
solaris_9
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2204311 | 7 | Tom Rodriguez | P2 | Closed | Fixed | b123 |
JDK-2205823 | 6u25 | Tom Rodriguez | P2 | Resolved | Fixed | b01 |
JDK-2204914 | OpenJDK6 | Tom Rodriguez | P3 | Resolved | Fixed | b21 |
On Nov 24, 2010, at 12:24 PM, Dr Andrew John Hughes wrote:
I reported this on jdk6-dev
(http://mail.openjdk.java.net/pipermail/jdk6-dev/2010-November/002095.html)
but thought it best to also report it here as there's been no
response.
The hs19 stable branch crashes with Eclipse's CDT plugin:
https://bugzilla.redhat.com/show_bug.cgi?id=647737
and the same occurs with the current OpenJDK7 HotSpot tree.
(http://hg.openjdk.java.net/jdk7/hotspot/hotspot)
Disabling compressed oops by default (as was done for hs17 stable)
will work around the problem, and this is what we presently do in
IcedTea6.
Is compressed oops ready for prime time in hs19 or is turning it off
the right path to go down? Has anyone else seen this issue or know of
anything that might fix it?
To reproduce, from the bugzilla report:
Steps to Reproduce:
1. Run Eclipse (with CDT installed) (you can use either F14's eclipse or an
eclipse cdt downloaded from eclipse.org. the bug happens in both).
2. Create a C++ project
3. Add a main.cpp
4. add one line "#include <iostream>"
5. Save the file
6. If eclipse didn't crash right after saving, right click on the project and
select Indexer->Rebuild Index
I reported this on jdk6-dev
(http://mail.openjdk.java.net/pipermail/jdk6-dev/2010-November/002095.html)
but thought it best to also report it here as there's been no
response.
The hs19 stable branch crashes with Eclipse's CDT plugin:
https://bugzilla.redhat.com/show_bug.cgi?id=647737
and the same occurs with the current OpenJDK7 HotSpot tree.
(http://hg.openjdk.java.net/jdk7/hotspot/hotspot)
Disabling compressed oops by default (as was done for hs17 stable)
will work around the problem, and this is what we presently do in
IcedTea6.
Is compressed oops ready for prime time in hs19 or is turning it off
the right path to go down? Has anyone else seen this issue or know of
anything that might fix it?
To reproduce, from the bugzilla report:
Steps to Reproduce:
1. Run Eclipse (with CDT installed) (you can use either F14's eclipse or an
eclipse cdt downloaded from eclipse.org. the bug happens in both).
2. Create a C++ project
3. Add a main.cpp
4. add one line "#include <iostream>"
5. Save the file
6. If eclipse didn't crash right after saving, right click on the project and
select Indexer->Rebuild Index
- backported by
-
JDK-2205823 eclipse CDT projects crash with compressed oops
- Resolved
-
JDK-2204914 eclipse CDT projects crash with compressed oops
- Resolved
-
JDK-2204311 eclipse CDT projects crash with compressed oops
- Closed