After instrumenting jEdit with Blinky we are seeing that it is actually instrumenting the methods, but for some reason are missing the actual Instruction Execution Event.
So the Instruction events and method declarations are there, but instruction Execution events are missing. Running on other applications seems to work fine. Here is the recorded trace jedit.txt.
The used command for running jEdit with blinky is:
java -Xbootclasspath/p:"/Users/kajdreef/Documents/Programmeren/Thesis/Projects/blinky/blinky-core/target/blinky-core-0.0.1-SNAPSHOT-jar-with-dependencies.jar" -javaagent:"/Users/kajdreef/Documents/Programmeren/Thesis/Projects/blinky/blinky-core/target/blinky-core-0.0.1-SNAPSHOT-jar-with-dependencies.jar"='e,calldepth,frames' -jar build/jedit.jar > jedit.trc
Also I used the current version of blinky (0c47bba), but it seems to happen also with previous versions. Any idea what is the cause of this?
(@jycamus90 @CharlesFengY)