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

Doug Simon dnsimon at openjdk.org
Wed Nov 16 20:28:33 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.

This pull request has now been integrated.

Changeset: b3ef3375
Author:    Doug Simon <dnsimon at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/b3ef337566c2cf78de1f636e039c799a1bfcb17e
Stats:     19 lines in 2 files changed: 19 ins; 0 del; 0 mod

8296960: [JVMCI] list HotSpotConstantPool.loadReferencedType to ConstantPool

Reviewed-by: never

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

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


More information about the hotspot-compiler-dev mailing list