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

Christian Thalinger christian.thalinger at oracle.com
Fri Jan 21 01:22:10 PST 2011


On Jan 20, 2011, at 10:30 PM, Tom Rodriguez wrote:
> http://cr.openjdk.java.net/~never/6809483

Looks good.  -- Christian

> 
> 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