RFR: 8212879: Make JVMTI TagMap table concurrent [v11]
Coleen Phillimore
coleenp at openjdk.java.net
Thu Nov 19 12:57:25 UTC 2020
On Thu, 19 Nov 2020 12:36:46 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> @kimbarrett
>> Okay, thank you for explanation.
>> I agree, it'd make sense to improve the comment a little bit.
>> Thanks,
>> Serguei
>
> So should nsk_jvmti_aod_disableEventAndFinish pass the address of success instead? Why didn't it fail before this change?
> Ok, with this change, it's not posted yet and the success variable for nsk_aod_agentFinished is the local variable. We should fix this in an RFE filed: https://bugs.openjdk.java.net/browse/JDK-8256651
/* Flush any pending ObjectFree events, which will set global success variable to 1
for any pending ObjectFree events. */
How about this? The word 'global' helps me.
-------------
PR: https://git.openjdk.java.net/jdk/pull/967
More information about the build-dev
mailing list