RFR: JDK-8303678: [JVMCI] Add possibility to convert object JavaConstant to jobject.

Tom Rodriguez never at openjdk.org
Tue Mar 7 17:33:08 UTC 2023


On Mon, 6 Mar 2023 15:25:36 GMT, Tomáš Zezula <duke at openjdk.org> wrote:

> This pull request adds a `jdk.vm.ci.hotspot.HotSpotJVMCIRuntime#getJObjectValue(HotSpotObjectConstant peerObject)` method, which gets a reference to an object in the peer runtime wrapped by the `jdk.vm.ci.hotspot.IndirectHotSpotObjectConstantImpl`. The reference is returned as a HotSpot heap JNI jobject.

Marked as reviewed by never (Reviewer).

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

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


More information about the hotspot-compiler-dev mailing list