[lworld] Integrated: 8331521: [lworld] dynamic proxy class does not strictly need preload attributes
Mandy Chung
mchung at openjdk.org
Thu May 2 20:17:07 UTC 2024
On Wed, 1 May 2024 22:29:37 GMT, Mandy Chung <mchung at openjdk.org> wrote:
> This PR takes out the generation of preload attributes in dynamic proxy.
>
> If a proxy interface references any value classes, the value classes are listed in the preload attribute of the interface class. The classes that are referenced by the proxy interface have already been loaded before the proxy class. Hence the proxy class can be generated with no preload attributes as it essentially has no effect.
This pull request has now been integrated.
Changeset: 2a9782b7
Author: Mandy Chung <mchung at openjdk.org>
URL: https://git.openjdk.org/valhalla/commit/2a9782b73fd46e4f038872b03e2da806d7c8c7c4
Stats: 62 lines in 1 file changed: 6 ins; 54 del; 2 mod
8331521: [lworld] dynamic proxy class does not strictly need preload attributes
-------------
PR: https://git.openjdk.org/valhalla/pull/1092
More information about the valhalla-dev
mailing list