-
Enhancement
-
Resolution: Fixed
-
P4
-
7
-
b08
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2182201 | 7 | Mandy Chung | P4 | Closed | Fixed | b71 |
JDK-2181945 | 6u18 | Mandy Chung | P4 | Closed | Fixed | b01 |
Add new perf counters to understand class loading cost and how the class data sharing impacts the startup time.
1. time spent in defining system classes (shared and non-shared)
2. time spent in defining app classes
3. exclusive time in clinit, class linking, and verification.
1. time spent in defining system classes (shared and non-shared)
2. time spent in defining app classes
3. exclusive time in clinit, class linking, and verification.
- backported by
-
JDK-2181945 Add hotspot new perf counters to aid class loading performance measurement
- Closed
-
JDK-2182201 Add hotspot new perf counters to aid class loading performance measurement
- Closed
- relates to
-
JDK-6966589 hs16-b08 causes java.lang.StackOverflowError
- Closed
-
JDK-6959965 jstat: Add new -classload option to print class loading statistics
- Resolved