# HG changeset patch # User Doug Simon # Date 1395351026 -3600 # Node ID 8f483e200405853597807e44a3a21165f02e2f07 # Parent a939edbab5ee7a076fa5c52189fc0768bdd6d334 updated CHANGELOG.md diff -r a939edbab5ee -r 8f483e200405 CHANGELOG.md --- 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.