Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8063130 | 9 | Jeremy Manson | P4 | Resolved | Fixed | b40 |
JDK-8083493 | emb-9 | Jeremy Manson | P4 | Resolved | Fixed | b40 |
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.
- backported by
-
JDK-8063130 JVMTI GetClassMethods is Slow
-
- Resolved
-
-
JDK-8083493 JVMTI GetClassMethods is Slow
-
- Resolved
-