Many BitMap operations take a range, specified via a pair of parameters.  Some use the names "start" and "end", others use "beg" and "end", and the search functions use "l_index" and "r_index".  It would be nice if these were consistent.  "start" and "end" seem like a good choice.
            
- relates to
- 
                    JDK-8303418 Improve parameter and variable names in BitMap -           
- Resolved
 
-         
 
        