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 Java 8 deprecated + unsafe signatures #16

Closed
GoogleCodeExporter opened this issue Mar 14, 2015 · 4 comments
Closed

Add Java 8 deprecated + unsafe signatures #16

GoogleCodeExporter opened this issue Mar 14, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

Since build 106, Java 8 is future complete. Time to add signatures for 
deprecation and unsafe.

For now the unsafe ones will be a clone of Java 7's although there might be new 
ones! I should check the API for charset, locale, and timezone problems.

Original issue reported on code.google.com by uwe.h.schindler on 26 Oct 2013 at 8:12

@GoogleCodeExporter
Copy link
Author

Original comment by uwe.h.schindler on 26 Oct 2013 at 8:13

  • Changed title: Add Java 8 deprecated + unsafe signatures

@GoogleCodeExporter
Copy link
Author

To implement the depreacted signatures, I need to add the classfile patcher to 
the tools classpath, so I can extract deprecated signatures from JDK8's rt.jar.

Original comment by uwe.h.schindler on 26 Oct 2013 at 8:14

@GoogleCodeExporter
Copy link
Author

Committed to trunk.

Original comment by uwe.h.schindler on 7 Nov 2013 at 11:21

  • Changed state: Committed

@GoogleCodeExporter
Copy link
Author

Original comment by uwe.h.schindler on 21 Nov 2013 at 11:37

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant