diff CHANGELOG.md @ 21056:eae62344f72c

Merge.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 20 Apr 2015 22:42:18 +0200
parents 38b39b75500c
children 271eee87201c
line wrap: on
line diff
--- a/CHANGELOG.md	Mon Apr 20 22:42:05 2015 +0200
+++ b/CHANGELOG.md	Mon Apr 20 22:42:18 2015 +0200
@@ -5,9 +5,11 @@
 
 ## `tip`
 ### Graal
+* Merged with jdk8u40-b25.
 * Add utilities ModifiersProvider#isConcrete, ResolvedJavaMethod#hasBytecodes, ResolvedJavaMethod#hasReceiver to Graal API.
 * Add `GraalDirectives` API, containing methods to influence compiler behavior for unittests and microbenchmarks.
 * Introduce `LIRSuites`, an extensible configuration for the low-level compiler pipeline.
+* The Graal class loader now loads all lib/graal/graal*.jar jars.
 * ...
 
 ### Truffle