How is stack-trace constructed?

Manas Thakur manasthakur17 at gmail.com
Wed Jun 17 16:02:44 UTC 2015


Typo: By call sites of a method, I meant the whole call stack of the method.


> On 17-Jun-2015, at 4:25 pm, Manas Thakur <manasthakur17 at gmail.com> wrote:
>
> 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