changeset 17058:97d0508b7cf1

Truffle: entries in change log.
author Chris Seaton <chris.seaton@oracle.com>
date Sat, 06 Sep 2014 17:20:11 +0100
parents d51c097cca37
children a5dc5513ce85
files CHANGELOG.md
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG.md	Sat Sep 06 17:19:13 2014 +0100
+++ b/CHANGELOG.md	Sat Sep 06 17:20:11 2014 +0100
@@ -6,6 +6,8 @@
 
 ### Truffle
 * Added TruffleRuntime#getCallTargets() to get all call targets that were created and are still referenced.
+* Added `NeverValidAssumption` to complement `AlwaysValidAssumption`.
+* Fixed a bug in `AssumedValue` that may not invalidate correctly.
 
 ## Version 0.4
 19-Aug-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/rev/graal-0.4)