I can't get or modify the source code of the program. So I'm trying to read the jvm(hotspot) source code to see if I can do something when it fetch the "call method" instruction, but it seems very complex.
I want to know where is the relevant code I should start with or if there is other way to do this.