-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 25
-
Component/s: hotspot
-
b26
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
-
Commit(master)
openjdk/jdk/e235b61a
-
Review(master)
openjdk/jdk/25498