Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

jEdit instrumentating not working #20

@kajdreef

Description

@kajdreef

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions