RFR: 8292961: [JVMCI] Access to j.l.r.Method/Constructor/Field for ResolvedJavaMethod/ResolvedJavaField
Tom Rodriguez
never at openjdk.org
Wed Nov 16 19:38:03 UTC 2022
On Mon, 14 Nov 2022 20:37:37 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
> Native Image needs to convert `ResolvedJavaMethod` objects to `java.lang.reflect.Executable` objects and `ResolvedJavaField` objects to `java.lang.reflect.Field` objects. This is currently done by digging into JVMCI internals with reflection. Instead, this functionality should be exposed by public JVMCI API which is what this PR does.
Marked as reviewed by never (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/11146
More information about the hotspot-compiler-dev
mailing list