Re: svn commit: r307265 - in /jakarta/commons/sandbox/javaflow/trunk/src: java/org/apache/commons/javaflow/bytecode/ test/org/apache/commons/javaflow/ test/org/apache/commons/javaflow/testcode/

2005-10-08 Thread Torsten Curdt
Also note that the same Runnable object is normally kept in the ostack as well, as most of the time local variable #0 is used for the 'this' variable. IMO, this makes it somewhat useless to introduce the 'runnable' variable, as you won't be able to change it and expect that the stack restore

svn commit: r307265 - in /jakarta/commons/sandbox/javaflow/trunk/src: java/org/apache/commons/javaflow/bytecode/ test/org/apache/commons/javaflow/ test/org/apache/commons/javaflow/testcode/

2005-10-07 Thread kohsuke
Author: kohsuke Date: Fri Oct 7 22:47:58 2005 New Revision: 307265 URL: http://svn.apache.org/viewcvs?rev=307265&view=rev Log: fixed a bug in the stack restoration. the way the reference stack works is that when a stack frame is saved, the callee pushs to the rstack, then when restored, the call