Bug 681903
Summary: | New Sun JDK needed to avoid Eclipse crashes when using CDT | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Alan Matsuoka <alanm> | ||||||||
Component: | java-1.6.0-sun | Assignee: | jiri vanek <jvanek> | ||||||||
Status: | CLOSED ERRATA | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> | ||||||||
Severity: | high | Docs Contact: | |||||||||
Priority: | high | ||||||||||
Version: | 6.0 | CC: | overholt, ptisnovs, syeghiay | ||||||||
Target Milestone: | rc | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | All | ||||||||||
OS: | Linux | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | |||||||||||
: | 705351 705353 (view as bug list) | Environment: | |||||||||
Last Closed: | 2011-05-30 08:46:34 UTC | Type: | --- | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Bug Depends On: | |||||||||||
Bug Blocks: | 658636, 697582, 705351, 705353 | ||||||||||
Attachments: |
|
Description
Alan Matsuoka
2011-03-03 14:49:50 UTC
Created attachment 482100 [details]
hs_err_pid10684.log
Created attachment 482101 [details]
sosreport-nkumar.00427426-20110225112752-8d61.tar.xz
This looks like bug #647737. Can you try adding -XX:-UseCompressedOops to /etc/eclipse.ini? Created attachment 482115 [details]
Reproduced for compressed oops issue
There's a reproduced for compressed oops issue stored in the attachment 482115 [details] (see comment #4). You can compile & run it to check if your JDK version has already compressed oops fix. Do I just compile and run that test case? I tried javac Test7002666.java; java Test7002666 with: java version "1.6.0_24" Java(TM) SE Runtime Environment (build 1.6.0_24-b07) and got no errors. If the test does not fail it means you are using fixed IcedTea version. (In reply to comment #7) > If the test does not fail it means you are using fixed IcedTea version. Does the version in comment #6 indicate that I am using the Sun JDK or the IcedTea version? I thought it indicated Sun but I may be wrong. I'm told this is fixed in newer versions of the Sun JDK so if we can get one of those into RHEL we'll be good to go and won't need to patch Eclipse to work around this JVM issue. Re-assigning to the proper component. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0835.html |