As mentioned in the review process for JDK-8290834 Method::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 Method::build_profiling_method_data instead to more accurately describe what it is used for.
- relates to
-
JDK-8290834 Improve potentially confusing documentation on collection of profiling information
-
- Resolved
-