All of the BitMap set operations (set_xxx, contains, intersect, is_same) take the other bitmap by value, so copy that argument. They should all take that argument by const reference.
- blocks
-
JDK-8141501 Problems with BitMap buffer management
-
- Resolved
-