Request for reviews (L): 6893081: method handle & invokedynamic code needs additional cleanup (post 6815692, 6858164)
Vladimir Kozlov
Vladimir.Kozlov at Sun.COM
Tue Dec 1 10:29:39 PST 2009
Christian Thalinger wrote:
>> Use short jmpb() :
>> 688 __ jmp(done);
>
> Done.
>
Christian, I should have been more clear. I wanted you to use short jumps
for all jumps in this code. Could you use jccb for next also?:
684 __ jcc(Assembler::zero, zero_extend);
Thanks,
Vladimir
More information about the hotspot-compiler-dev
mailing list