Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-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


Back to the top