Skip to content

RoadRunner 0.3

Compare
Choose a tag to compare
@stephenfreund stephenfreund released this 12 Jun 21:12
· 16 commits to master since this release

This release includes a number of small fixes and improvements to the previous release. Notable items:

  • Java 1.7 is now required.
  • Internal caches are cleared more frequently to avoid memory bloat.
  • Rudimentary support for reflective field accesses.
  • New ClassAccessed event that is generated when reading a static final field. Needed to properly track the happens-before edge between field initialization and reads.