RFR: JDK-8303646: [JVMCI] Add possibility to lookup ResolvedJavaType from jclass. [v2]
Tom Rodriguez
never at openjdk.org
Mon Mar 6 16:10:32 UTC 2023
On Mon, 6 Mar 2023 12:28:45 GMT, Tomáš Zezula <duke at openjdk.org> wrote:
>> This pull request adds a `jdk.vm.ci.hotspot.HotSpotJVMCIRuntime#asResolvedJavaType(long hotspot_jclass_value)` method, which converts a HotSpot heap JNI `hotspot_jclass_value` to a `jdk.vm.ci.meta.ResolvedJavaType`.
>
> Tomáš Zezula has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
>
> JDK-8303646: Add possibility to lookup ResolvedJavaType from HotSpot heap JNI jclass.
Marked as reviewed by never (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/12878
More information about the hotspot-compiler-dev
mailing list