Hey Raji,
thanks for the update!
> I have fixed this for a specific scenario., i.e., in a specific scenario
> where the class/method and object variables are local variables and I have
> modified my code where I need a reflection continue to have the variables
> as local variables.
>
> For now, I
Hi,
An update on this:
I have fixed this for a specific scenario., i.e., in a specific scenario
where the class/method and object variables are local variables and I have
modified my code where I need a reflection continue to have the variables
as local variables.
For now, I had to do a few thin
Hey Raji,
thanks for bringing this to the list
I think the sketch in section 2.4 in
http://vafer.org/pub/papers/spasm.pdf gives a general overview of code
rewriting.
As long as the method that is being called is instrumented properly
you should be able to make this work - with some changes neces
> Hi,
>
> I am using javaflow in one of my project to get the continuation
> functionality. I have hit a situation in which I need to call a function
> using reflection which potentially can call suspend. (changing this,
removes
> a few functionality that is already present, hence before changing I