get arguments in interpreter invoke_**** (original) (raw)
Xin Tong xerox.time.tech at gmail.com
Mon Nov 5 19:46:14 PST 2012
- Previous message: Embedded Benchmarks for Java
- Next message: hg: hsx/hsx24/hotspot: 7127792: Add the ability to change an existing PeriodicTask's execution interval
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- i need to get the number of arguments.
- i need to get each argument and the type and size of each argument.
Xin
- Previous message: Embedded Benchmarks for Java
- Next message: hg: hsx/hsx24/hotspot: 7127792: Add the ability to change an existing PeriodicTask's execution interval
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]