get arguments in interpreter invoke_****

Xin Tong xerox.time.tech at gmail.com
Mon Nov 5 19:46:14 PST 2012


when a new method is about to be invoked in hotspot interpreter, the
argument to the method is pushed onto the java stack. what would be
the easiest way to get the arguments. i.e.

1. i need to get the number of arguments.
2. i need to get each argument and the type and size of each argument.

Xin


More information about the hotspot-dev mailing list