You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/11/15 11:41:30 UTC

[Lucene-java Wiki] Update of "SunJavaBugs" by simonwillnauer

Dear Wiki user,

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

The "SunJavaBugs" page has been changed by simonwillnauer:
http://wiki.apache.org/lucene-java/SunJavaBugs?action=diff&rev1=12&rev2=13

  || [[http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7044738|7044738]] || [[https://issues.apache.org/jira/browse/LUCENE-3346|LUCENE-3346]] || readVInt() returns wrong results || 8-Fix Available, Medium || use Java 6 or Java 7u1 ||
  || [[http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=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 ||
  || [[http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=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 ||
+ || [[http://bugs.sun.com/view_bug.do?bug_id=6822370|CR6822370]] || [[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||