diff CHANGELOG.md @ 20004:220c494e5088

Merge
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Mon, 23 Mar 2015 16:11:48 +0100
parents cd59085cf0d8
children 18c0f02fa4d2
line wrap: on
line diff
--- a/CHANGELOG.md	Mon Mar 23 15:58:36 2015 +0100
+++ b/CHANGELOG.md	Mon Mar 23 16:11:48 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.