changeset 17080:2476180699f6

Truffle: change log entry for TruffleCompilationExceptionsAreThrown.
author Chris Seaton <chris.seaton@oracle.com>
date Tue, 09 Sep 2014 20:22:11 +0100
parents b06b4dee86d5
children 4faf9bdb9973
files CHANGELOG.md
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG.md	Tue Sep 09 20:21:11 2014 +0100
+++ b/CHANGELOG.md	Tue Sep 09 20:22:11 2014 +0100
@@ -8,6 +8,7 @@
 * 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.
+* New option, TruffleCompilationExceptionsAreThrown, that will throw a OptimizationFailedException for compiler errors.
 
 ## Version 0.4
 19-Aug-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/rev/graal-0.4)