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

JVMTI GetClassMethods is Slow

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P4 P4
    • 8u60
    • 8
    • hotspot
    • None
    • 8

        There's a significant regression in the speed of JVMTI GetClassMethods in JDK8. I've tracked this down to allocation of jmethodids in a tight loop. The issue can be addressed by preallocating enough space for all of the jmethodids when starting the operation. Patch to follow.

              jmanson Jeremy Manson (Inactive)
              jmanson Jeremy Manson (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: