log graal/com.oracle.truffle.object/src/com/oracle/truffle/object/ShapeImpl.java @ 21902:e9b787f8134f

age author description
Wed, 10 Jun 2015 20:06:17 +0200 Andreas Woess Truffle: make transitionMap a ConcurrentHashMap
Wed, 10 Jun 2015 20:06:13 +0200 Andreas Woess Truffle: model property replace as direct transition
Wed, 10 Jun 2015 20:05:52 +0200 Andreas Woess Truffle: move property notification hook to shared data, and call it on remove as well
Mon, 08 Jun 2015 04:50:13 +0200 Jaroslav Tulach Polishing inter-operability APIs: Exposing only Message, TruffleObject and ForeignAccess-related classes.
Tue, 26 May 2015 23:21:15 +0200 Doug Simon renamed com.oracle.graal.[debug|options|hotspotvmconfig]* modules to com.oracle.jvmci.[debug|options|hotspotvmconfig]* modules (JBS:GRAAL-53)
Mon, 20 Apr 2015 14:22:01 +0200 Andreas Woess Truffle: simplify getProperty; minor cleanup
Tue, 10 Mar 2015 09:22:10 +0100 Christian Wirth Truffle: deactivate assertion that is cause performance problems