This is a follow on to bug 4687589. When using the Performance Analyzer for some Java programs, there is still a significant amount of exclusive and inclusive CPU time attributed to <unknown>.
A fix for this was put into 1.4.1 for 4687589, but that has fixed the problem only in some cases. In other cases -- particular for the SunOne AppServer -- the amount of unknown code has decreased but is still very high (e.g., it's gone from 80% to 50%).
A fix for this was put into 1.4.1 for 4687589, but that has fixed the problem only in some cases. In other cases -- particular for the SunOne AppServer -- the amount of unknown code has decreased but is still very high (e.g., it's gone from 80% to 50%).
- relates to
-
JDK-4687589 need information about all dynamic code in JVM for profiling
- Resolved
-
JDK-4852760 need ability to profile all dynamically generated code
- Closed