This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: How to manipulate aload instruction in Javassist?scalable May 26, 2012 10:37 PM (in response to scalable)the form of aload is aload_1 seems push the 1st variant reference to stack, how to get the reference value from stack? Does javassist provide some interface to implement it? 
- 
        2. Re: How to manipulate aload instruction in Javassist?scalable May 26, 2012 10:39 PM (in response to scalable)The reference value is really get at run-time 
- 
        3. Re: How to manipulate aload instruction in Javassist?scalable May 27, 2012 12:03 AM (in response to scalable)
