-
Bug
-
Resolution: Fixed
-
P5
-
11, 17, 19, 20
-
b08
Documentation on the MethodData object incorrectly states that it is used when profiling in tiers 0 and 1, when it only does so for tier 0 (Interpreter) and tier 3, while tier 1 (Fully optimizing C1) does not collect any profile data at all. Additionally, the description for the different execution tiers is slightly confusing. This cleanup attempts to slightly better clarify how profiling is tied together between the Interpreter and C1, explain what MDO is an abbreviation for (MethodData object), and corrects the documentation for MethodData as well.
- relates to
-
JDK-8291002 Rename Method::build_interpreter_method_data to Method::build_profiling_method_data
- Resolved