I can confirm this. It is only reproducible with IBM's JVM. To fix this a change in AbstractProxyHandler.invoke(Object, Method, Object[]) is necessary. A call on euqals(...) should not be intercepted, as it currently compares the wrong objects with each other.
|