You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2014/06/17 00:06:01 UTC

[Lucene-java Wiki] Update of "JavaBugs" by SteveRowe

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" for change notification.

The "JavaBugs" page has been changed by SteveRowe:
https://wiki.apache.org/lucene-java/JavaBugs?action=diff&rev1=29&rev2=30

Comment:
Oracle JVM 7u55 got the SuperWord fix (LUCENE-5212)

  || [[https://bugs.openjdk.java.net/browse/JDK-7070134|7070134]] || [[https://issues.apache.org/jira/browse/LUCENE-3335|LUCENE-3335]] || Porter Stemmer crashes JRE || 8-Fix Available, Low || -XX:-UseLoopPredicate or Java 7u1 ||
  || [[https://bugs.openjdk.java.net/browse/JDK-7104012|7104012]] || [[https://issues.apache.org/jira/browse/LUCENE-3301|LUCENE-3301]] || BreakIterators (e.g. in analyzers) crash on certain inputs || Accepted, Low || Lucene code base has a workaround in it ||
  || [[https://bugs.openjdk.java.net/browse/JDK-6822370|6822370]] || [[https://issues.apache.org/jira/browse/LUCENE-3235|LUCENE-3235]] || Concurrent Classes suffer from a race in LockSupport park() arising from weak memory models || Fixed, High || Use -XX:+UseMembar if you are running on a JVM < 1.6u18 see [[http://blogs.oracle.com/dave/entry/a_race_in_locksupport_park|this writeup]] for details||
- || [[https://bugs.openjdk.java.net/browse/JDK-8024830|8024830]] || [[https://issues.apache.org/jira/browse/LUCENE-5212|LUCENE-5212]] || SEGV or serious index corrumption || Fixed, Critical || Use -XX:-UseSuperWord if you are running on 7u40 <= JVM < 7u60 ||
+ || [[https://bugs.openjdk.java.net/browse/JDK-8024830|8024830]] || [[https://issues.apache.org/jira/browse/LUCENE-5212|LUCENE-5212]] || SEGV or serious index corrumption || Fixed, Critical || Use -XX:-UseSuperWord if you are running on 7u40 <= JVM < 7u55 ||
  
  
  == Oracle JRockit Bugs ==