# HG changeset patch # User Doug Simon # Date 1447420260 -3600 # Node ID 16668ae8b6b875167f03c907446f386cafd5852e # Parent 4a617fccbae4951703daf102da6f227d3cf6b111 updated CHANGELOG.md diff -r 4a617fccbae4 -r 16668ae8b6b8 CHANGELOG.md --- a/CHANGELOG.md Fri Nov 13 14:10:44 2015 +0100 +++ b/CHANGELOG.md Fri Nov 13 14:11:00 2015 +0100 @@ -1,11 +1,11 @@ # GraalVM Changelog -This changelog summarizes major changes between Graal versions relevant to developers building technology on top of Graal. The main focus is on APIs exported by Graal. +This changelog summarizes major changes between Graal versions relevant to developers building technology on top of Graal. The main focus is on APIs exported by Graal but other significant performance/stability changes are mentioned as well. ## `tip` * Added experimental Trace Register Allocator. -* All JVMCI (and HotSpot) code has been split out into a [separate repository](http://hg.openjdk.java.net/graal/graal-jvmci-8/). -* JVMCI code is now in idk.vm.ci.* name space. +* All JVMCI (and HotSpot) code has been moved into a [separate repository](http://hg.openjdk.java.net/graal/graal-jvmci-8/). +* JVMCI code is now in jdk.vm.ci.* name space. * Graal now works on top of a JVMCI enabled JDK9 binary. * Separate Graal compiler can be specified for Truffle compilation with new `-G:TruffleCompiler` option. * Initialization of the Truffle compiler is delayed until first Truffle compilation request.