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 support for Java 11 NestHost and NestMembers attributes #218

Merged
merged 1 commit into from Sep 2, 2018
Merged

Add support for Java 11 NestHost and NestMembers attributes #218

merged 1 commit into from Sep 2, 2018

Conversation

dmitri-gb
Copy link
Contributor

This change adds basic support for the new NestHost and NestMembers class file attributes (JEP-181).

The important part are the copy methods. Without those, transforming a Java 11 class that contains either of the two attributes in a way that causes the constant pool to be rebuilt will lead to invalid constant pool indices inside these attributes.

@chibash
Copy link
Member

chibash commented Aug 23, 2018

Good. I'll review and merge as soon as possible.

@chibash chibash merged commit 808dfb8 into jboss-javassist:master Sep 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants