RFR: 8317422: [JVMCI] concurrency issue in MethodData creation
Doug Simon
dnsimon at openjdk.org
Wed Oct 4 08:54:06 UTC 2023
On Tue, 3 Oct 2023 18:05:59 GMT, Tom Rodriguez <never at openjdk.org> wrote:
> I think we should eliminate the public set_method_data completely. set_method_data(null) should be a new clear_method_data() and we'd need to fix ciReplay.cpp to also call build_profiling_method_data.
Good idea. I made these changes.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16026#issuecomment-1746419617
More information about the hotspot-compiler-dev
mailing list