Request for reviews .03 (L): 6814842: Load shortening optimizations
Christian Thalinger
Christian.Thalinger at Sun.COM
Tue May 12 11:30:57 PDT 2009
On Tue, 2009-05-12 at 11:24 -0700, Tom Rodriguez wrote:
> indOffset13m7 uses immX13m7 so it effectively contains this
> predicate. Why would it need it again?
I think the predicate of immX13m7 should be changed to:
predicate((-4096L < n->get_long()) && ((n->get_long() + 7L) <= 4095L));
-- Christian
More information about the hotspot-compiler-dev
mailing list