You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JDK 22 comes with a preview of the Class-File API, see JEP). This seems to be very interesting and might worth looking into as an alternative to the parsing we are currently doing.
This is obviously optional and not needed. However, it could prove to be a more robust way of interpreting the Java byte code and also an interesting project to spend some time into.
Context
JDK 22 comes with a preview of the Class-File API, see JEP). This seems to be very interesting and might worth looking into as an alternative to the parsing we are currently doing.
Presentation of the Class-File API.
This is obviously optional and not needed. However, it could prove to be a more robust way of interpreting the Java byte code and also an interesting project to spend some time into.
Follow-up issue to #28.
The text was updated successfully, but these errors were encountered: