review (S) for 7021603: crash in fill_sync_handler with ExtendedDTrace probes
Tom Rodriguez
tom.rodriguez at oracle.com
Tue Feb 22 18:14:42 PST 2011
http://cr.openjdk.java.net/~never/7021603
7021603: crash in fill_sync_handler with ExtendedDTrace probes
Reviewed-by:
The changes for 6809483 added some callouts to notify dtrace for
inlined methods. In fill_sync_handler it's using the regular append
call which expects there to be a ciBytecodeStream to get the current
bci from but in the fill_sync_handler there is no stream so it
crashes. The code should be use append_with_bci like the other
existing code there. Tested with failing tests.
More information about the hotspot-compiler-dev
mailing list