Request for reviews (XS): 6996240: The BitSet.length method sometimes returns an index+1 value less than that of the highest bit set.
Tom Rodriguez
tom.rodriguez at oracle.com
Tue Nov 2 12:47:03 PDT 2010
Looks good.
tom
On Nov 2, 2010, at 12:23 PM, Christian Thalinger wrote:
> On Nov 2, 2010, at 7:48 PM, Tom Rodriguez wrote:
>> You can also just declare dst to be iRegIsafe which is an integer held in a register that's also safe for longs. That might give a better register allocation. Either way is fine though.
>
>
> I didn't know there is such an operand type. Using iRegIsafe sounds better to me:
>
> http://cr.openjdk.java.net/~twisti/6996240/webrev.02/
>
> -- Christian
More information about the hotspot-compiler-dev
mailing list