JDK 24 |
---|
24Resolved |
Duplicate :
|
|
Relates :
|
API clarifications related to rfe 6531596, specifically to Method.invoke handling of AbstractMethodError. 1. Method.invoke documentation change: current: InvocationTargetException - if the underlying method throws an exception change to: InvocationTargetException - wraps any Throwable thrown by the invocation of the underlying method, including AbstractMethodError found during dynamic method lookup of the underlying method.