Integrated: 8291002: Rename Method::build_interpreter_method_data to Method::build_profiling_method_data
Julian Waters
jwaters at openjdk.org
Wed Jul 27 11:56:02 UTC 2022
On Tue, 26 Jul 2022 08:45:59 GMT, Julian Waters <jwaters at openjdk.org> wrote:
> As mentioned in the review process for [JDK-8290834](https://bugs.openjdk.org/browse/JDK-8290834) `build_interpreter_method_data` is misleading because it is actually used for creating MethodData*s throughout HotSpot, not just in the interpreter. Renamed the method to `build_profiling_method_data` instead to more accurately describe what it is used for.
This pull request has now been integrated.
Changeset: 8ec31976
Author: Julian Waters <jwaters at openjdk.org>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/8ec319768399ba83a3ac04c2034666216ebc9cba
Stats: 12 lines in 9 files changed: 0 ins; 0 del; 12 mod
8291002: Rename Method::build_interpreter_method_data to Method::build_profiling_method_data
Reviewed-by: kvn, thartmann
-------------
PR: https://git.openjdk.org/jdk/pull/9637
More information about the hotspot-compiler-dev
mailing list