RFR (S): 7141329: Strange values of stack_size in -XX:+TraceMethodHandles output
Christian Thalinger
christian.thalinger at oracle.com
Fri Feb 10 09:54:16 PST 2012
On Feb 10, 2012, at 6:00 PM, Vladimir Kozlov wrote:
> It is mh_adr, not register:
>
> + intptr_t mh_reg = (intptr_t) mh;
It's actually not used anywhere else so I removed it.
>
> Also I don't think you should cast everything to (intptr_t) for PRT_FORMAT.
That's pre-existing code, I just changed it. But I removed the casts.
-- Chris
>
> Vladimir
>
> Christian Thalinger wrote:
>> http://cr.openjdk.java.net/~twisti/7141329/
>> 7141329: Strange values of stack_size in -XX:+TraceMethodHandles output
>> Reviewed-by:
>> Remove some output that prints bogus values and actually is not that
>> relevant. Improved register printing.
>> src/cpu/x86/vm/methodHandles_x86.cpp
More information about the hotspot-compiler-dev
mailing list