# HG changeset patch # User Doug Simon # Date 1396962384 -7200 # Node ID 22390f39dfb169d4ab586fd2704d3ef5e5eb6404 # Parent 3498761a33d868a745e24cd91cc67aca31bc6b69 moved some entries in CHANGELOG.md from 0.2 to tip diff -r 3498761a33d8 -r 22390f39dfb1 CHANGELOG.md --- a/CHANGELOG.md Tue Apr 08 10:25:44 2014 +0200 +++ b/CHANGELOG.md Tue Apr 08 15:06:24 2014 +0200 @@ -5,6 +5,8 @@ * Explicit support for oop compression/uncompression in high level graph. * LIRGenerator refactoring. * Explicit types for inputs (InputType enum). +* Added graal.version system property to Graal enabled VM builds. +* Transitioned to JDK 8 as minimum JDK level for Graal. * ... ### Truffle @@ -14,9 +16,6 @@ 25-Mar-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/rev/graal-0.2) ### Graal -* Added graal.version system property to Graal enabled VM builds. -* Transitioned to JDK 8 as minimum JDK level for Graal. -* Expanded Debug logging/dumping API to avoid allocation when this Debug facilities are not enabled. * Use HotSpot stubs for certain array copy operations. * New methods for querying memory usage of individual objects and object graphs in Graal API (`MetaAccessProvider#getMemorySize`, `MetaUtil#getMemorySizeRecursive`). * Added tiered configuration (C1 + Graal). @@ -25,7 +24,7 @@ * Made graph caching compilation-local. * Added AllocSpy tool for analyzing allocation in Graal using the [Java Allocation Instrumenter](https://code.google.com/p/java-allocation-instrumenter/). * Initial support for memory arithmetic operations on x86. - +* Expanded Debug logging/dumping API to avoid allocation when this Debug facilities are not enabled. ### Truffle * New API `TruffleRuntime#createCallNode` to create call nodes and to give the runtime system control over its implementation.