diff CHANGELOG.md @ 22230:4a500b3783fb

Merge
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Wed, 15 Jul 2015 10:16:28 -0700
parents a05f318a4a08
children
line wrap: on
line diff
--- a/CHANGELOG.md	Wed Jul 15 09:49:14 2015 -0700
+++ b/CHANGELOG.md	Wed Jul 15 10:16:28 2015 -0700
@@ -11,6 +11,9 @@
 * Add support for constructing low-level IR in SSA form (default behavior).
 * Add support for SSA linear scan register allocation (default behavior).
 * Remove dummy parameter `includeAbstract` from `ResolvedJavaType#resolveMethod()`; The behavior is now the `includeAbstract==true` case. The `includeAbstract==false` variant is available via `resolveConcreteMethod()`.
+* HotSpot modifications have been renamed to JVMCI in preparation for [JEP 243](http://openjdk.java.net/jeps/243). As a result HotSpot options containing "Graal" have been changed to "JVMCI" (e.g., -XX:+BootstrapJVMCI).
+* All the APIs used to interface with the VM (`api.meta`, `api.code` etc.) have been moved to `jdk.internal.jvmci` packages (e.g., `jdk.internal.jvmci.meta`).
+* Fast JVMCI services do not need to implement an interface anymore, implementations simply need to be annotated with `jdk.internal.jvmci.service.ServiceProvider`.
 
 ### Truffle
 * Moved Truffle to it own [repository](http://lafo.ssw.uni-linz.ac.at/hg/truffle/)