Is there a way to view the stack memory in java?

157 Views Asked by At

In Java I can use Visual VM to see the state of the heap with a heap dump. Is there any way to view the state of the stack memory?

I don't need this for any assignment but I am curious to view the memory structure of the stack.

0

There are 0 best solutions below