-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 11, 17
-
Component/s: hotspot
-
b24
Looking at some CITime outputs I noticed some oddities.
1) The other category for _t_optimize is not removing time spent in _t_vector
2) Some of the _t_incrInline sub counters is called from different contexts - calculating 'other' from total time spent in _t_incrInline expects that the counter usage is strictly hierarchical.
3) Code Installation is a part of Code Emission (_t_output) and should be grouped under.
1) The other category for _t_optimize is not removing time spent in _t_vector
2) Some of the _t_incrInline sub counters is called from different contexts - calculating 'other' from total time spent in _t_incrInline expects that the counter usage is strictly hierarchical.
3) Code Installation is a part of Code Emission (_t_output) and should be grouped under.