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

Investigate Java 9 specific API #26

Open
sjoerdtalsma opened this issue Mar 7, 2018 · 1 comment
Open

Investigate Java 9 specific API #26

sjoerdtalsma opened this issue Mar 7, 2018 · 1 comment

Comments

@sjoerdtalsma
Copy link
Contributor

Java 9 offers the caller sensitive MethodHandles.Lookup mechanism that explicitly allows reflective access (private or public) using VarHandle objects.

This may be a more elegant solution than open-ing java 9 modules for reflection.

See this blog post for a very readable explanation on this topic.

@sjoerdtalsma
Copy link
Contributor Author

another blog post

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

No branches or pull requests

1 participant