-
Bug
-
Resolution: Fixed
-
P4
-
7
-
None
-
b78
-
x86
-
windows_xp
The following statement should be removed:
"Because the Introspector caches BeanInfo classes for better performance, take care if you use it in an application that uses multiple class loaders. In general, when you destroy a ClassLoader that has been used to introspect classes, you should use the Introspector.flushCaches or Introspector.flushFromCaches method to flush all of the introspected classes out of the cache."
"Because the Introspector caches BeanInfo classes for better performance, take care if you use it in an application that uses multiple class loaders. In general, when you destroy a ClassLoader that has been used to introspect classes, you should use the Introspector.flushCaches or Introspector.flushFromCaches method to flush all of the introspected classes out of the cache."
- relates to
-
JDK-5102804 Memory leak in Introspector.getBeanInfo(Class) for custom BeanInfo: Class param
- Resolved