JetBrains / lincheck

Framework for testing concurrent data structures
Mozilla Public License 2.0
576 stars 33 forks source link

Investigate performance issues due to Java agents on Java 11 builds #308

Closed eupp closed 4 months ago

eupp commented 5 months ago

A new approach to byte-code transformations via Java-agent #296 introduced significant performance overhead on some Java configurations (most notably, the Java 11 configuration on our CI builds).

The source of this performance degradation is unclear and needs to be investigated.