-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Blinky for Java9+ Projects #8
Comments
Hi Vijay @VijayKrishna, I am Yirui He! We discussed using ASM7 Java11. According to the issue, it mentioned that Is this change ok? |
Hi Vijay @VijayKrishna, Hope you are doing well! :) For now, I adopted Java11 and ASM7.1. And I changed all ASM4 or ASM5 to ASM7, but it still has some problems with working. There are no exceptions while building the jar or actually running the jar, but it does not have the exact same behavior as the code compiled under Java8. For more details is that it does not have the log after Here are some details I found for the inconsistencies using Sample code to instrument:
The difference between the two instrumentation results is the number of instrumented instructions and the content of Decompile the instrumented code of Java-8 version:
Decompile the instrumented code of Java-11 version:
For the Profiler, I used the provided example called
|
@Annette0127 ack. |
Hi Vijay @VijayKrishna, happy new year! Wish you had a good winter vacation!😊 I was wondering if you had a chance to look at this issue. If there are any fixes or hints/suggestions for me to fix the issue, please let me know. I would like to help to fix this! If you think it would be more helpful to have a meeting over zoom, we can also schedule one. |
Hi Vijay @VijayKrishna, this is the zip file of the Blinky. (Since GitHub does not support uploading jar files 😅) |
We want to do is to run Blinky successfully on projects on Java9+ (e.g., Java11).
The text was updated successfully, but these errors were encountered: