Integrated: 8333749: Consolidate ConstantDesc conversion in java.base

Chen Liang liach at openjdk.org
Sat Jun 8 13:08:16 UTC 2024


On Thu, 6 Jun 2024 18:35:01 GMT, Chen Liang <liach at openjdk.org> wrote:

> In java.base, especially in bytecode generators, we have many different methods converting known valid Class and MethodType into ClassDesc and MethodTypeDesc. These conversions should be consolidated into the same utility method for the ease of future maintenance.

This pull request has now been integrated.

Changeset: 8d2f9e57
Author:    Chen Liang <liach at openjdk.org>
Committer: Claes Redestad <redestad at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/8d2f9e57c3797c01c84df007f4d2bfdcd645d0c0
Stats:     255 lines in 13 files changed: 113 ins; 47 del; 95 mod

8333749: Consolidate ConstantDesc conversion in java.base

Co-authored-by: Claes Redestad <redestad at openjdk.org>
Reviewed-by: redestad, jvernee

-------------

PR: https://git.openjdk.org/jdk/pull/19585


More information about the core-libs-dev mailing list