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

Complete Java 9 compatibility #164

Closed
4 tasks done
raphw opened this issue Aug 3, 2016 · 5 comments
Closed
4 tasks done

Complete Java 9 compatibility #164

raphw opened this issue Aug 3, 2016 · 5 comments
Assignees
Milestone

Comments

@raphw
Copy link
Owner

raphw commented Aug 3, 2016

Java 9 compatibility is not yet fully provided due to:

  • It is no longer required to fallback to requesting class files from modules, files ending with .class are now universially visible.
  • The Instrumentation API changed its method for module manipulation.
  • It is no longer possible to make members accessible if they belong to a different package (Add Unsafe fallback).
  • ASM needs to be released in version 6 to support reading Java 9 class files.
@liuchang0403
Copy link

wow, when can asm to be released ? it is so slowly. ha ha ha

@don-vip
Copy link
Contributor

don-vip commented Jul 23, 2017

ASM6 beta has been released: https://mail.ow2.org/wws/arc/asm/2017-07/msg00002.html

@liuchang0403
Copy link

yeah, i have see it, it have not update to maven repository

@don-vip
Copy link
Contributor

don-vip commented Aug 4, 2017

It seems it has finally reached Maven Central: http://repo1.maven.org/maven2/org/ow2/asm/asm/6.0_BETA/

@raphw
Copy link
Owner Author

raphw commented Aug 4, 2017

Fixed and released.

@raphw raphw closed this as completed Aug 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants