changeset 15020:22390f39dfb1

moved some entries in CHANGELOG.md from 0.2 to tip
author Doug Simon <doug.simon@oracle.com>
date Tue, 08 Apr 2014 15:06:24 +0200
parents 3498761a33d8
children 9dcd5407a603
files CHANGELOG.md
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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.