-
Bug
-
Resolution: Fixed
-
P4
-
13
-
b21
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8287331 | 11.0.16 | Martin Doerr | P4 | Resolved | Fixed | b05 |
The "java.beans.Introspector" uses "declaredMethodCache" which was used before JDK-4058433:
http://hg.openjdk.java.net/jdk/jdk/rev/ba387c302edd#l9.367
Note that "declaredMethodCache.put()" was removed, and now we never populate this cache. It is used only as a synchronization monitor in some methods.
http://hg.openjdk.java.net/jdk/jdk/rev/ba387c302edd#l9.367
Note that "declaredMethodCache.put()" was removed, and now we never populate this cache. It is used only as a synchronization monitor in some methods.
- backported by
-
JDK-8287331 java.beans.Introspector uses an obsolete methods cache
-
- Resolved
-