-
Enhancement
-
Resolution: Fixed
-
P4
-
25
-
b11
These methods show up prominently on Leyden profiles, as compilation policy asks these properties for methods very often during compile task selection:
Method::invocation_count
Method::backedge_count
Method::highest_comp_level
We can move the definitions for these methods to method.inline.hpp to make them eligible for better inlining.
Method::invocation_count
Method::backedge_count
Method::highest_comp_level
We can move the definitions for these methods to method.inline.hpp to make them eligible for better inlining.
- links to
-
Commit(master) openjdk/jdk/b1b48286
-
Review(master) openjdk/jdk/23634