Avoid garbage collection pressure when creating proxies with ByteBuddy

Description

As reported in the ByteBuddy forums here https://github.com/raphw/byte-buddy/issues/515 , we should avoid creating method delegations for each proxy class: we can share them as they are immutable.

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created August 13, 2018 at 10:32 AM
Updated August 14, 2018 at 12:24 PM
Resolved August 13, 2018 at 2:35 PM