RFR: 8291002: Rename Method::build_interpreter_method_data to Method::build_profiling_method_data

Vladimir Kozlov kvn at openjdk.org
Tue Jul 26 16:34:47 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.

Good.
Originally only Interpreter collected profiling data.

-------------

Marked as reviewed by kvn (Reviewer).

PR: https://git.openjdk.org/jdk/pull/9637


More information about the hotspot-compiler-dev mailing list