[kaffe] retrieving method arguments in jit

kalyan ram ckalyan76 at yahoo.com
Sat Oct 23 12:09:05 PDT 2004


Hai
    How to retrieve method argument in jit? For
example, if I have a method : 
Java code - 
          for(int a=0;a<10;a++) {
                        test(int a) 
                  { //do something with a }
           }

I need access to value of "a" in the method
soft_fixup(..) in JIT. Can anyone tell me how to get
that?

Thanks
--Ram


		
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com




More information about the kaffe mailing list