Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2207813 | 7 | Tom Rodriguez | P3 | Closed | Fixed | b134 |
The changes for 6809483 added some callouts to notify dtrace for inlined methods. in the fill_sync_handler path 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 yse append_with_bci like the other existing code there.
- backported by
-
JDK-2207813 crash in fill_sync_handler with ExtendedDTrace probes
-
- Closed
-
- relates to
-
JDK-6809483 hotspot:::method_entry are not correctly generated for "method()V"
-
- Closed
-