ingokegel / jclasslib

jclasslib bytecode editor is a tool that visualizes all aspects of compiled Java class files and the contained bytecode.
Other
2.66k stars 405 forks source link

The Java 15 PermittedSubclasses attribute is not displayed #44

Closed minsko closed 3 years ago

minsko commented 3 years ago

Java 15 added a PermittedSubclasses attribute. This tool does not know how to display that attribute.

ingokegel commented 3 years ago

Thanks for your contribution, Matt!