review (M) for 6809483: hotspot:::method_entry are not correctly generated for "method()V"

Tom Rodriguez tom.rodriguez at oracle.com
Thu Jan 20 13:30:20 PST 2011


http://cr.openjdk.java.net/~never/6809483

tom

On Jan 20, 2011, at 1:17 PM, Igor Veresov wrote:

> Tom, you forgot the link to the webrev...
> 
> igor
> 
> On 1/20/11 12:01 PM, Tom Rodriguez wrote:
>> 6809483: hotspot:::method_entry are not correctly generated for "method()V"
>> Reviewed-by:
>> 
>> The support for ExtendedDTrace probes requires notification points at
>> the inline boundaries but that was missing so dtrace notifications
>> were missed for inlined things.  I added a RuntimeCall instruction to
>> be used for these notifications and insert the proper ones during
>> parsing.  Tested with failing test from report.
> 



More information about the hotspot-compiler-dev mailing list