On Wed, 28 Apr 2021 21:48:15 GMT, Alex Menkov wrote:
>> Class loading may cause loading of some other system/internal classes (for
>> example loading of java.util.concurrent classes when an other thread loads
>> some classes concurrently).
>> The fix updates ClassPrepare test so it skip events
On Wed, 28 Apr 2021 21:48:15 GMT, Alex Menkov wrote:
>> Class loading may cause loading of some other system/internal classes (for
>> example loading of java.util.concurrent classes when an other thread loads
>> some classes concurrently).
>> The fix updates ClassPrepare test so it skip events
> Class loading may cause loading of some other system/internal classes (for
> example loading of java.util.concurrent classes when an other thread loads
> some classes concurrently).
> The fix updates ClassPrepare test so it skip events for "unexpected" classes.
> Also it adds a testcase to veri