-
Bug
-
Resolution: Unresolved
-
P4
-
25
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.
To correct this, we should add a new method which enables VM-internal methods, such as overpass methods, to be accessed.
- links to
-
Review(master) openjdk/jdk/25498