yWorks / yGuard

The open-source Java obfuscation tool working with Ant and Gradle by yWorks - the diagramming experts

Home Page:https://yworks.github.io/yGuard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for invokeconstant

Fohlen opened this issue · comments

See https://openjdk.java.net/jeps/309
Apparently this is an unused feature in terms of bytecode. Needs to be implemented once it becomes relevant in Java >= 15. This is a follow-up of #69