On Thu, 6 Jun 2024 18:35:01 GMT, Chen Liang <li...@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 <li...@openjdk.org> Committer: Claes Redestad <redes...@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 <redes...@openjdk.org> Reviewed-by: redestad, jvernee ------------- PR: https://git.openjdk.org/jdk/pull/19585