Integrated: 8339401: Optimize ClassFile load and store instructions

Shaojin Wen swen at openjdk.org
Tue Sep 3 12:07:28 UTC 2024


On Wed, 28 Aug 2024 04:14:53 GMT, Shaojin Wen <swen at 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 <swen at openjdk.org>
Committer: Claes Redestad <redestad at 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


More information about the core-libs-dev mailing list