The C2 compiler does aggressive inlining of method calls. These inlined frames do now 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-6617153 Show inlined frames in DTrace's jstack()
-
- Closed
-