x86 interpreters in hotspot

Krystal Mok rednaxelafx at gmail.com
Wed May 16 22:21:52 PDT 2012


On Thu, May 17, 2012 at 4:34 AM, Xin Tong <xerox.time.tech at gmail.com> wrote:
>
> can I assume that at the beginning of each interpreter routine for the
> bytecodes, the current bytecode pc is going to be stored in r13 on x86_64 ?
>
> That should be the case. Same for esi on x86 (32-bit).
BTW, "the current bytecode pc" is called "bcp" in HotSpot, which stands for
"bytecode pointer".

- Kris


> Thanks
>
> Xin
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/attachments/20120517/aee7683c/attachment-0001.html 


More information about the hotspot-runtime-dev mailing list