The C2 compiler does aggressive inlining of method calls. These inlined frames do not show up on a stack produced by DTrace's jstack(). The pstack command can display these frames using VM data structures (virtual frames). We need a way to view these frames with DTrace as well.
- duplicates
-
JDK-6617161 Show inlined frames in DTrace's jstack()
- Closed
-
JDK-6617180 Show inlined frames in DTrace's jstack()
- Closed
-
JDK-6650810 RFE: enable jstack to work with dtrace
- Closed
- relates to
-
JDK-6276264 some stacks cannot be walked with DTrace's jstack()
- Closed