Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial support for new Java 9 class file format (JDK-8148785) #97

Merged
merged 3 commits into from
May 22, 2016

Conversation

uschindler
Copy link
Member

Java 9 will add a new bytecode version (53). This patch adds support for it (similar to what we have done in Java 8). Once next version of ASM is out, we can remove the PushBackInputStream!

@uschindler uschindler merged commit 93a276b into master May 22, 2016
@uschindler uschindler deleted the features/Java9Bytecode branch May 22, 2016 09:04
@uschindler uschindler self-assigned this May 22, 2016
@uschindler uschindler added this to the 2.1 milestone May 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant