On Mon, 17 Nov 2025 16:15:05 GMT, Chen Liang <[email protected]> wrote:
> In project Babylon work when a VarHandle needs to be unreflected, > @mcimadamore discovered that our current unreflection of instance field var > handles cannot unreflect instance fields from superclasses, and throws an > InternalError instead. > > We can easily fix this by iterating the superclasses for fields. Looks good. ------------- Marked as reviewed by psandoz (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/28355#pullrequestreview-3474213148
