Lincheck 2.33
What's Changed
- Bytecode Transformation Refactoring by @eupp in #322
- Fix Java 11 performance bug by @eupp in #316
- Strategy run API refactoring by @eupp in #262
- Coverage bytecode filter by @dmitrii-artuhov in #335
- Detect atomic primitive method calls dynamically by @eupp in #336
- Output fixed in case of an incorrect arguments count in custom scenarios by @avpotapov00 in #338
- Spin locks detection enchancements by @avpotapov00 in #331
- AllowExtraSuspension parameter deprecated, SUSPENDED prefix removed from the output by @avpotapov00 in #339
- Make all compilation warnings errors by @ndkoval in #341
- Do not show clocks when they don't provide any useful information by @ndkoval in #349
- Minimization improvement: try to remove two operations and move operations to init and post parts by @ndkoval in #350
New Contributors
- @dmitrii-artuhov made their first contribution in #335
Full Changelog: lincheck-2.32...lincheck-2.33