RFR: 8296960: [JVMCI] list HotSpotConstantPool.loadReferencedType to ConstantPool

Tom Rodriguez never at openjdk.org
Wed Nov 16 19:38:05 UTC 2022


On Mon, 14 Nov 2022 20:30:28 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

> `HotSpotConstantPool.loadReferencedType(int cpi, int opcode, boolean initialize)` allows loading a type without triggering class initialization. This PR lifts this method up to `ConstantPool` so that this functionality can be used without depending on HotSpot-specific JVMCI classes.

Marked as reviewed by never (Reviewer).

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

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


More information about the hotspot-compiler-dev mailing list