review (M) for 6809483: hotspot:::method_entry are not correctly generated for "method()V"
Tom Rodriguez
tom.rodriguez at oracle.com
Thu Jan 20 12:01:50 PST 2011
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