Hi All,
  I want to know if one can use BCEL to make a copy of JVM operand stack.
Actually I want to save parameters being passed to a particular function
before the function is called. If there are less than 3 parameters I can
use DUP instruction to create copy of stack values and save the arguments.
However, this method wont help in function calls involving more than 3
parameters. So I was just wondering whether one can make a copy of whole
stack at a particular instance of program execution and manipulate it
using BCELA API.
Thanking you in anticipation
-Shrinivas Joshi ([EMAIL PROTECTED])

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to