Entry function for Template Interpreter

Abhinav Jangda abhijangda at gmail.com
Tue Jul 11 10:18:41 UTC 2017


Hello Everyone,

I am working on a project in Java HotSpot 9, where I need to do something
when the interpreter starts interpreting a method (in template
interpreter). I guess there would be an entry function taking a method as
an argument in template interpreter, like "*ByteCodeInterpreter::run*"
function in bytecode interpreter. Unfortunately, I am not able to find such
a function.

I have found that *JavaCalls::call* (which calls *callHelper*) calls a
method, but I believe it is only used when a C function calls a Java
function. I want a more general solution.

Please help me with this.

Thank You,

Abhinav
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20170711/19b56003/attachment-0001.html>


More information about the hotspot-compiler-dev mailing list