Skip to content

[DSIP-102] Using ASM to generate dynamic proxy optimization RPC #17826

@niumy0701

Description

@niumy0701

Search before asking

  • I had searched in the DSIP and found no similar DSIP.

Motivation

JDK dynamic proxy: calling through Invocation Handler. invike() reflection, low performance;
ASM dynamic proxy: directly generates bytecode classes, with method body hard coded call logic, and performance close to native.

Design Detail

todo

Compatibility, Deprecation, and Migration Plan

No response

Test Plan

No response

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions