Skip to content

Need to be aware of Java class file versions when writing data #9

@kylestev

Description

@kylestev

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions