Skip to content

0.3

Compare
Choose a tag to compare
@elizarov elizarov released this 15 Aug 08:41
· 579 commits to master since this release
  • Improved handling of compiler local variables for atomic fields.
  • Support atomicVar.value = constant (with LDC instruction).
  • Provide randomSpinWaitIntermission for lock-freedom tests.
  • Support non-private atomic fields in nested classes that are accessed by other
    classes in the same compilation unit.
  • Support for lock-freedom testing on unprocessed code
    (other pontential uses via interceptors in the future).