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
Instructions and constant pool entries/types that are not implemented in the JVM version for a class file should not be able to be written to a file.
At parse time, this library does not modify entries in the constant pool nor does it optimize instructions for later versions of the JVM spec. There needs to be an error thrown when adding instructions to a class method or a constant pool entry that does not conform to the current class file's JVM version.
The text was updated successfully, but these errors were encountered:
Instructions and constant pool entries/types that are not implemented in the JVM version for a class file should not be able to be written to a file.
At parse time, this library does not modify entries in the constant pool nor does it optimize instructions for later versions of the JVM spec. There needs to be an error thrown when adding instructions to a class method or a constant pool entry that does not conform to the current class file's JVM version.
The text was updated successfully, but these errors were encountered: