JetBrains / lincheck

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

Names of variables that are written/read through VarHandle are not displayed in trace #315

Closed avpotapov00 closed 4 months ago

avpotapov00 commented 5 months ago

As the VarHandle doesn't receive a string name of a variable to read/write it, Lincheck currently can't provide its name. The goal is to fix it.