RFR: 8291002: Rename Method::build_interpreter_method_data to Method::build_profiling_method_data
Tobias Hartmann
thartmann at openjdk.org
Wed Jul 27 11:50:10 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.
Marked as reviewed by thartmann (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/9637
More information about the hotspot-compiler-dev
mailing list