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

Alex Menkov amenkov at openjdk.java.net
Wed May 5 22:03:00 UTC 2021


On Wed, 5 May 2021 21:02:44 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:

> Also, generic comment. There are other counters which might require synchronization, like CompiledMethodLoadEventsCount. Doesn't it makes sense to fix them also or file a new bug?

The problem with classCount is it's used as an index in the arrays.
CompiledMethodLoadEventsCount is only incremented (for formally it should be synchronized too).
And looks like CompiledMethodLoadEventsCount is actually not used (I mean the values is not checked)

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

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


More information about the serviceability-dev mailing list