|
From: | tromey at gcc dot gnu dot org |
Subject: | [Bug classpath/27888] Arrays.binarySearch broken for large arrays |
Date: | 4 Jun 2006 21:36:42 -0000 |
------- Comment #2 from tromey at gcc dot gnu dot org 2006-06-04 21:36 ------- A quick search shows that BitSet may suffer from a similar bug (using >> instead of >>>). Also Collections seems to have the bug. Character uses this idiom, but is unlikely to have the bug. I didn't verify though. Maybe some code in opentype (unlikely). Also GapContent needs checking. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27888
[Prev in Thread] | Current Thread | [Next in Thread] |