diff CHANGELOG.md @ 19987:414c068bd862

Merge.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 21 Mar 2015 15:41:55 +0100
parents cd59085cf0d8
children 18c0f02fa4d2
line wrap: on
line diff
--- a/CHANGELOG.md	Sat Mar 21 15:41:38 2015 +0100
+++ b/CHANGELOG.md	Sat Mar 21 15:41:55 2015 +0100
@@ -17,6 +17,8 @@
 * Instrumentation:  AST "probing" is now safe and implemented by Node.probe(); language implementors need only implement Node.isInstrumentable() and Node.createWrapperNode().
 * Instrumentation:  A new framework defines a category of  simple "instrumentation tools" that can be created, configured, and installed, after which they autonomously collect execution data of some kind.
 * Instrumentation:  A new example "instrumentation tool" is a language-agnostic collector of code coverage information (CoverageTracker); there are two other examples.
+* Removed unsafe compiler directives; use `sun.misc.Unsafe` instead.
+* Removed `Node#onAdopt()`.
 
 ### Truffle-DSL
 * Implemented a new generated code layout that reduces the code size.