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