On Thu, 6 May 2021 18:45:20 GMT, Alex Menkov <amen...@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