Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] Fw: [eclipse-dev] PLEASE READ: Eclipse Crash with Java 7 64-bit

This JRE bug impacts Orion too, due to its use of Lucene and Solr which both exhibit the problem. I recommend you avoid running the Orion server with Oracle Java 7 until this is fixed. You can also try the workaround of -XX:-UseLoopPredicate, but keep in mind XX arguments are generally unsupported and can have unpredictable results.

John

----- Forwarded by John Arthorne/Ottawa/IBM on 08/11/2011 01:58 PM -----
Daniel Megert <daniel_megert@xxxxxxxxxx>
Sent by: eclipse-dev-bounces@xxxxxxxxxxx

08/11/2011 09:31 AM

Please respond to
"General development mailing list of the Eclipse project."        <eclipse-dev@xxxxxxxxxxx>

To
Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>, eclipse-dev@xxxxxxxxxxx
cc
Subject
[eclipse-dev] PLEASE READ: Eclipse Crash with Java 7 64-bit





When running Eclipse with Oracle Java 7 64-bit JRE (b147), Eclipse will
crash when it tries to index help documentation that isn't shipped
together with its index. The crash happens in Apache Lucene due to a bug
in the Oracle VM (
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7070134). Oracle
confirmed the problem and is planning to ship the fix with the next
official update, currently planned for October 18.

The crash can be avoided by using the -XX:-UseLoopPredicate VM argument
(-vmargs -XX:-UseLoopPredicate).

Dani
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipse-dev

Back to the top