Integrated: 8357987: [JVMCI] Add support for retrieving all methods of a ResolvedJavaType
Tom Shull
duke at openjdk.org
Tue Jun 3 19:41:22 UTC 2025
On Wed, 28 May 2025 15:55:39 GMT, Tom Shull <duke at openjdk.org> wrote:
> Currently from ResolvedJavaType one can retrieve all declared methods, static methods, and constructors of the given type. However, internally in HotSpot there are also VM-internal methods, such as overpass methods, associated with a given type which we cannot access via the API.
>
> To correct this, we should add a new method which enables VM-internal methods, such as overpass methods, to be accessed.
This pull request has now been integrated.
Changeset: e235b61a
Author: Tom Shull <tom.shull at oracle.com>
Committer: Doug Simon <dnsimon at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/e235b61a8bb70462921c09d197adc4b60267d327
Stats: 103 lines in 11 files changed: 102 ins; 0 del; 1 mod
8357987: [JVMCI] Add support for retrieving all methods of a ResolvedJavaType
Reviewed-by: dnsimon, yzheng, never
-------------
PR: https://git.openjdk.org/jdk/pull/25498
More information about the hotspot-compiler-dev
mailing list