spideruci / blinky-core

2 stars 4 forks source link

Issue Related to Update Blinky for Java9+ Projects #9

Closed Annette0127 closed 1 year ago

Annette0127 commented 1 year ago

This PR only contains changes made on blinky-core (not blinky-util and blinky-config).

The tryBlinky folder contains the simple example I used to test. It could be opened with IDEA directly.

There are also four folders in the project: target-8-ins, target-8-org, target-11-ins, target-11-org. The number means the Java version, the suffix "org" means it is the original class file and "ins" means it is after the instrumentation.

If you have any questions, please let me know! :)