jmxutils
jmxutils copied to clipboard
MBeanExporter: memory leak related to ManagedClasses registry
ManagedClasses that are registered in exportedManagedClasses are never unregistered. This is causing an accumulation of memory.
+1, this ConcurrentHashmap grows gradually and causes high heap usage. Created this PR https://github.com/martint/jmxutils/pull/55
+1