RFR: 8262092: vmTestbase/nsk/jvmti/scenarios/hotswap/HS102/hs102t001/TestDescription.java SIGSEGV in memmove_ssse3 [v2]
Serguei Spitsyn
sspitsyn at openjdk.java.net
Fri May 7 00:25:11 UTC 2021
On Thu, 6 May 2021 18:45:20 GMT, Alex Menkov <amenkov at openjdk.org> wrote:
>> Class loading can happen on different threads, but HotSwap agent is not ready to this - classCount variable is used without any synchronization.
>> The fix adds synchronization for ClassFileLoadHook.
>
> Alex Menkov has updated the pull request incrementally with one additional commit since the last revision:
>
> added missed break; made all counters atomic
This looks good.
Thanks,
Serguei
-------------
Marked as reviewed by sspitsyn (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/3889
More information about the serviceability-dev
mailing list