gluegen: remove executable bit from java and c source filesSigned-off-by: Harvey Harrison <harvey.harrison@gmail.com>
IntBitfield: Add optimization path w/ int bitCount bitfield range. Replace '* 32' -> '<< 5', same for division.
IntBitfield: Add bit-count, O(1) per int-element, using HAKEM.