How is stack-trace constructed?

Manas Thakur manasthakur17 at gmail.com
Wed Jun 17 10:55:59 UTC 2015


Hello all

Whenever an exception is thrown at runtime, we get the full stack-trace, listing all the call sites of the method. This is possible irrespective of whether the method enclosing exception site is compiled by C1 or C2, or interpreted. Can someone help me out in finding the data structures that store this call-site information?

Regards,
Manas


More information about the hotspot-dev mailing list