Skip to content

Tags: stephenfreund/RoadRunner

Tags

v0.5

 * New FT2 implementations

    * New Benchmarking Features
    * New Array Shadow Caching options
    * Various other bug fixes and improvements

v0.4

Changed version number

v0.3

Doc change.

V0.2

v0.1

Many changes to add new features and fix bugs. See CHANGES.txt for mo…

…re details.

Major edits include:

        * Added code for field/array fast path methods.
        * Made shadow volatiles have weak refs back to objects, as with shadow
        locks.
        * Fixed weaf-ref problem in ArrayStateFactory.
        * Fixed retry bug in FastTrackTool CAS implementation
        * org.xml is no longer instrumented --- part of bootclasspath libs
        * Changed object string map to be weak to avoid keeping stuff around...
        * Added CAS updaters --- experimental, use at your own risk.
        * Added ThreadState extensions for Tools using inheritance
        * Deprecated shadow thread passing option -- faster w/out it.
        * Added warning about -values flag and old class files...
        * Updated some documentation / comments.