Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce
Reporter/Name(from Bugbase): Aaron Foote / Aaron Foote (Aaron Foote)
Created: 02/17/2016
Components: API Manager
Versions: 2016
Failure Type: Crash
Found In Build/Fixed In Build: CF2016_Final /
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Windows 10 64 bit
Vote Count: 0
public class GrootClassLoader
  extends URLClassLoader
{
  Map classCache = new HashMap();
...
Items are never removed from classCache.
It just keeps growing.
This will lead to 
 - Out of memory errors in the heap 
 - Potentially OOM in the PermGen
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID:	4118893
External Customer Info:
External Company:  
External Customer Name: Aaron Foote
External Customer Email:  
External Test Config: My Hardware and Environment details:
  Attachments:
Comments: