Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8357987

[JVMCI] Add support for retrieving all methods of a ResolvedJavaType

XMLWordPrintable

      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.

            tshull Tom Shull
            tshull Tom Shull
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: