Integrated: 8290834: Improve potentially confusing documentation on collection of profiling information
Julian Waters
jwaters at openjdk.org
Mon Jul 25 22:50:05 UTC 2022
On Thu, 21 Jul 2022 18:36:43 GMT, Julian Waters <jwaters at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: 0ca5cb13
Author: Julian Waters <jwaters at openjdk.org>
Committer: Dean Long <dlong at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/0ca5cb13a38105a4334ac3508a9c7155fc00cac3
Stats: 16 lines in 3 files changed: 11 ins; 0 del; 5 mod
8290834: Improve potentially confusing documentation on collection of profiling information
Reviewed-by: thartmann, kvn, dlong
-------------
PR: https://git.openjdk.org/jdk/pull/9598
More information about the hotspot-compiler-dev
mailing list