RFR (S): 7141329: Strange values of stack_size in -XX:+TraceMethodHandles output

Christian Thalinger christian.thalinger at oracle.com
Mon Feb 13 02:19:47 PST 2012


Thank you, Tom and Vladimir.  -- Chris

On Feb 10, 2012, at 8:49 PM, Vladimir Kozlov wrote:

> Good.
> 
> Vladimir
> 
> Christian Thalinger wrote:
>> 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