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

Contribute and incorporate "unsafe checker" tool #2077

Closed
smlambert opened this issue Dec 1, 2020 · 2 comments
Closed

Contribute and incorporate "unsafe checker" tool #2077

smlambert opened this issue Dec 1, 2020 · 2 comments

Comments

@smlambert
Copy link
Contributor

Upon discussion with the Dragonwell team and a demo of their Unsafe Checker tool, we should consider where this tool can be contributed for use by the community and whether we can or should incorporate it in any of our test workflows.

What is it? Unsafe checker is a Java agent that verifies the correctness of the usage of Unsafe API. It can be used for:

  • Memory Leak Check
  • Range and Offset Check
  • Type Check
@smlambert
Copy link
Contributor Author

Next steps: let's indicate where such a tool can be useful at the project, what issues this tool currently surfaces and identify use cases and value that it may bring to the project's main goals.

@smlambert
Copy link
Contributor Author

Closing as stale.

@smlambert smlambert closed this as not planned Won't fix, can't repro, duplicate, stale Oct 4, 2022
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

1 participant