RFR: 8262092: vmTestbase/nsk/jvmti/scenarios/hotswap/HS102/hs102t001/TestDescription.java SIGSEGV in memmove_ssse3 [v2]

Leonid Mesnik lmesnik at openjdk.java.net
Thu May 6 19:21:52 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

Marked as reviewed by lmesnik (Committer).

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

PR: https://git.openjdk.java.net/jdk/pull/3889


More information about the serviceability-dev mailing list