Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2187301 | 7 | Daniel Daugherty | P3 | Closed | Fixed | b84 |
JDK-2190009 | 6u21 | Daniel Daugherty | P3 | Resolved | Fixed | b01 |
JDK-2187300 | OpenJDK6 | Daniel Daugherty | P3 | Resolved | Fixed | b18 |
The spec for JVMTI says or implies that CompiledMethodLoad should generate extra events to describe the inlining in a piece of compiled code. Currently we don't do this which really limits the amount of information available for methods with heavy inlining. We should probably be producing the extra events, assuming that existing tools don't barf when they get them.
- backported by
-
JDK-2187300 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
- Resolved
-
JDK-2190009 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
- Resolved
-
JDK-2187301 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
- Closed
- relates to
-
JDK-6784084 jvmti.h created during the build differs from file in jdk repo and should not
- Closed