RFR: 8339401: Optimize ClassFile load and store instructions

Shaojin Wen swen at openjdk.org
Mon Sep 2 14:10:48 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

@cl4es @liach Is there a better way to ensure that Opcode has completed type initialization before calling arrayLoad?

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

PR Comment: https://git.openjdk.org/jdk/pull/20739#issuecomment-2315223609


More information about the core-libs-dev mailing list