comparison CHANGELOG.md @ 18465:f0a8b72315c1

Move ResolvedJavaField#read[Constant]Value and getMethodHandleAccess() to ConstantReflectionProvider
author Andreas Woess <andreas.woess@jku.at>
date Wed, 19 Nov 2014 17:00:12 +0100
parents 0e794bf2decb
children b9a8b2885283
comparison
equal deleted inserted replaced
18464:e6b6463c9c06 18465:f0a8b72315c1
2 2
3 ## `tip` 3 ## `tip`
4 ### Graal 4 ### Graal
5 * Changed name suite specification from `mx/projects.py` to `mx/suite.py`. 5 * Changed name suite specification from `mx/projects.py` to `mx/suite.py`.
6 * Changed semantics (and signature) of `ResolvedJavaType#resolveMethod()` (old behavior available via `resolveConcreteMethod()`). 6 * Changed semantics (and signature) of `ResolvedJavaType#resolveMethod()` (old behavior available via `resolveConcreteMethod()`).
7 * Moved `ResolvedJavaField#read[Constant]Value` and `getMethodHandleAccess()` to `ConstantReflectionProvider`.
7 * ... 8 * ...
8 9
9 ### Truffle 10 ### Truffle
10 * Relaxed declared type restriction on child fields to allow for interface types in addition to Node subclasses. 11 * Relaxed declared type restriction on child fields to allow for interface types in addition to Node subclasses.
11 * The BranchProfile constructor is now private. Use BranchProfile#create() instead. 12 * The BranchProfile constructor is now private. Use BranchProfile#create() instead.