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

Selectorparser fix - Possible memory leak - The size of LRUCache can grow above the maxCacheSize limit calling the put method concurrently #197

Open
wants to merge 1 commit into
base: jboss-1.5.5-x
Choose a base branch
from

Commits on Jul 27, 2017

  1. LRUCache is wrapped in a synchronized map (to ensure that the map can…

    … not grow above the maxCacheSize when concurrently calling put)
    kissbalazs committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    e138405 View commit details
    Browse the repository at this point in the history