Details
-
Bug
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
1.8.3
-
None
-
OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)
Description
In case the MappedMethodReference has lost its reference due to garbage collection the reconstruction only works for methods which have the exact parameter types. In other cases a RuntimeException is thrown.
However when MappedPropertyDescriptor creates such a MappedMethodReference it also finds methods which are compatible for given types.
Marking critical as under high load this bug can occur and stop the system from working as expected.