-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P3
-
Affects Version/s: 24
-
Component/s: core-libs
-
generic
-
generic
Reflectively invoking VarHandle signature polymorphic methods is specified to throw `UnsupportedOperationException`. However, the implementation previously threw `UnsatisfiedLinkError` in such cases. The behavior was adjusted to conform to the specification.