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

Head commit for run:
ed5738b844b59e9563ee0b26364ceb29135323f1 / 虎鸣 <[email protected]>
refactor: replace Class.forName with MethodHandles in test serializer

Motivation:
Class.forName and reflective constructor calls bypass JIT inlining in the
test serializer used by the DynamoDB persistence plugin.

Modification:
- Replace Class.forName with MethodHandles.publicLookup().findConstructor
  for serializer class loading
- Remove invalid 'final' modifier on local val in WriteThroughputBench

Result:
JIT-inlinable constructor access in the test serializer path.

Refs #336

Report URL: 
https://github.com/apache/pekko-persistence-dynamodb/actions/runs/28808402291

With regards,
GitHub Actions via GitBox


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

Reply via email to