The GitHub Actions job "Pull Requests" on 
pekko.git/refactor/replace-reflection-with-methodhandles has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
eb581a6202657b92d4f21f1fe800d717207a5edd / 虎鸣 <[email protected]>
refactor: replace reflective access with method handles

Motivation:
Reduce reflective invocation and deep-access pressure on modern JVMs while 
preserving Pekko's dynamic loading behavior where possible.

Modification:
Cache MethodHandle and VarHandle lookups for constructors, module access, 
serializers, cleaners, virtual-thread support, and related test utilities. Keep 
JDK reflection only for metadata enumeration that MethodHandles cannot express, 
and scope ClassGraph to bounded test API scans.

Result:
Repeated reflective lookup is avoided on hot or reusable paths, 
constructor/module invocation goes through MethodHandles, and remaining 
metadata reflection is explicit and constrained.

Report URL: https://github.com/apache/pekko/actions/runs/28789104769

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to