On Wed, 28 Aug 2024 04:14:53 GMT, Shaojin Wen <s...@openjdk.org> wrote:
> BytecodeHelpers' loadOpcode and storeOpcode are large methods with code size > greater than 325, break it into multiple small methods and call them directly > in DirectCodeBuilder This pull request has now been integrated. Changeset: b94c3deb Author: Shaojin Wen <s...@openjdk.org> Committer: Claes Redestad <redes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/b94c3debf5083dbf5bc21ed7794c1656743ab48e Stats: 178 lines in 2 files changed: 106 ins; 0 del; 72 mod 8339401: Optimize ClassFile load and store instructions Reviewed-by: liach, redestad ------------- PR: https://git.openjdk.org/jdk/pull/20739