Evgeniy Moiseenko

Results 66 comments of Evgeniy Moiseenko

@avpotapov00 @ndkoval I've rebased the PR on `develop`, please have a look.

@avpotapov00 could you please have a look at this PR and check if it aligns with your vision for the parking tracker for stress strategy.

@ndkoval ready for review. We also discussed it with @avpotapov00 , he is also good with these changes.

> Meanwhile, could you please investigate why the build on Windows has failed? Looks like unrelated flakiness problem. I've re-run the build and it is green now.

> Would creating a copy of the hidden class and using this copy later solve the issue? Yes, could work.

I closed all issues related to lambdas instrumentation (when compiled using hidden classes) or Java GPMC API. However, I left one issue to check that lambdas are also now work...

> These tests show that with every execution of an agent we get different identity hash code for objects without predefined hash code. I just realized, that we will have...

> Hack everything in Lincheck. For hash codes we can use [-XX:hashCode](https://shipilev.net/jvm/anatomy-quarks/26-identity-hash-code/) flag, for random we can hard code some const seed. Yeap, this can work, but we would need...

Small nitpick about the naming scheme (if it is not too late). It seems that the names of `AtomicReference` and `AtomicArray` are inconsistent. In Java, `AtomicReference` and `AtomicReferenceArray` follow a...