The search functions in the BitMap class could use alternative methods to locate the next one bit instead of the simple for loop currently implemented.
- relates to
-
JDK-8179004 Add an efficient implementation of the "count trailing zeros" operation
- Resolved
-
JDK-8251322 Improve BitMap::iterate
- Resolved
-
JDK-6735522 Bitmap - force inlining of find_next_one_bit()
- Resolved