comparison CHANGELOG.md @ 22227:a05f318a4a08

Complete changelog
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Wed, 15 Jul 2015 18:23:44 +0200
parents 3c622007e098
children
comparison
equal deleted inserted replaced
22226:751a0882cb7e 22227:a05f318a4a08
9 15-Jul-2015, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.8) 9 15-Jul-2015, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.8)
10 ### Graal 10 ### Graal
11 * Add support for constructing low-level IR in SSA form (default behavior). 11 * Add support for constructing low-level IR in SSA form (default behavior).
12 * Add support for SSA linear scan register allocation (default behavior). 12 * Add support for SSA linear scan register allocation (default behavior).
13 * Remove dummy parameter `includeAbstract` from `ResolvedJavaType#resolveMethod()`; The behavior is now the `includeAbstract==true` case. The `includeAbstract==false` variant is available via `resolveConcreteMethod()`. 13 * Remove dummy parameter `includeAbstract` from `ResolvedJavaType#resolveMethod()`; The behavior is now the `includeAbstract==true` case. The `includeAbstract==false` variant is available via `resolveConcreteMethod()`.
14 * 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).
15 * 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`).
16 * Fast JVMCI services do not need to implement an interface anymore, implementations simply need to be annotated with `jdk.internal.jvmci.service.ServiceProvider`.
14 17
15 ### Truffle 18 ### Truffle
16 * Moved Truffle to it own [repository](http://lafo.ssw.uni-linz.ac.at/hg/truffle/) 19 * Moved Truffle to it own [repository](http://lafo.ssw.uni-linz.ac.at/hg/truffle/)
17 20
18 ## Version 0.7 21 ## Version 0.7