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

RFE: MBeanServerImpl should use caching in invoke()

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P5 P5
    • 6
    • 2.0
    • core-svc
    • b53
    • generic
    • generic

      In reflection there are two things that needs to be done in order to
      invoke a method on an object: lookup the method, and invoke it on the
      object. The latter is fast, the former is slow. Method lookups in
      invoke() are not cached, hence seriously impacting the performance of
      MBeanServer.invoke().

            emcmanus Eamonn McManus
            sjiang Shanliang Jiang (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: