SPARC: unsigned vs. signed int loads

John Rose John.Rose at Sun.COM
Tue Feb 17 20:38:34 PST 2009


On Feb 17, 2009, at 8:11 PM, Tom Rodriguez wrote:

>
>  predicate(n->bottom_type() == TypeInt::BOOL);
>

Or more generally, n->bottom_type()->as_int()->_lo >= 0.

-- John



More information about the hotspot-compiler-dev mailing list