changeset 14647:8f483e200405

updated CHANGELOG.md
author Doug Simon <doug.simon@oracle.com>
date Thu, 20 Mar 2014 22:30:26 +0100
parents a939edbab5ee
children b51e29501f30
files CHANGELOG.md
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG.md	Thu Mar 20 22:30:06 2014 +0100
+++ b/CHANGELOG.md	Thu Mar 20 22:30:26 2014 +0100
@@ -2,12 +2,13 @@
 
 ## `tip`
 ### Graal
-* Use HotSpot stubs for certain array copy operations
+* 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).
 * Initial security model for Graal [GRAAL-22](https://bugs.openjdk.java.net/browse/GRAAL-22).
 * New (tested) invariant that equality comparisons for `JavaType`/`JavaMethod`/`JavaField` values use `.equals()` instead of `==`.
 * 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/).
 
 ### Truffle
 * New API `TruffleRuntime#createCallNode` to create call nodes and to give the runtime system control over its implementation.