RFR: 8317422: [JVMCI] concurrency issue in MethodData creation [v2]

Doug Simon dnsimon at openjdk.org
Wed Oct 4 20:57:20 UTC 2023


On Wed, 4 Oct 2023 18:00:31 GMT, Tom Rodriguez <never at openjdk.org> wrote:

>> Doug Simon has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   made clear_method_data private and moved its definition inline
>
> src/hotspot/share/oops/method.hpp line 311:
> 
>> 309:   }
>> 310: 
>> 311:   void clear_method_data();
> 
> This should be private now I think.

Makes sense - done. I also inlined its definition into `method.hpp`.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16026#discussion_r1346449483


More information about the hotspot-compiler-dev mailing list