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

Avoid ClassLoader leaks caused by SharedTimer #664

Closed

Commits on Oct 13, 2016

  1. fix: avoid ClassLoader leaks caused by SharedTimer

    Avoid ClassLoader leaks caused by the TimerThread started by SharedTimer inheriting the contextClassLoader of the currently executing thread and the AccessControlContext containing ProtectionDomains with calling code.
    Mattias Jiderhamn committed Oct 13, 2016
    Copy the full SHA
    12cfa7d View commit details
    Browse the repository at this point in the history