Which file is the interpreter?

Christian Thalinger Christian.Thalinger at Sun.COM
Tue Sep 22 00:34:31 PDT 2009


James Ladd wrote:
> Hi All,
> 
> I'm wading through the openJDK source and I'm wondering, which file or
> files are responsible for executing each bytecode ?
> 
> ie: the loop that gets a bytecode, works out what is it and then dispatches
> it.

I think what you are searching for is templateTable_<arch_model>.cpp in
src/cpu/<arch>/vm/.

-- Christian


More information about the mlvm-dev mailing list