Integrated: 8262092: vmTestbase/nsk/jvmti/scenarios/hotswap/HS102/hs102t001/TestDescription.java SIGSEGV in memmove_ssse3

Alex Menkov amenkov at openjdk.java.net
Mon May 10 22:51:32 UTC 2021


On Wed, 5 May 2021 20:26:13 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.

This pull request has now been integrated.

Changeset: 9713152e
Author:    Alex Menkov <amenkov at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/9713152eae660f83b8a681c3168b7eb2285c05bc
Stats:     43 lines in 1 file changed: 24 ins; 7 del; 12 mod

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

Reviewed-by: lmesnik, sspitsyn

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

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


More information about the serviceability-dev mailing list