Changing program counter (or location) using JDI
to. everybody
I'm interesting to methodology for process migration. I think java debugger is the useful mechanism for migration. I think mechanism of migration can be possible by getting the running state of object and transfer it to destination and resume its state for running on destination host. Now I use JDI for getting the information of running object and transfer it to destination. But the problem is how can I start the remote object in the specific location (the current program counter from sourced host).
Thank u for every comment and suggestion.

