comparison CHANGELOG.md @ 18419:0e794bf2decb

Add CHANGELOG entry about the changed behavior of ResolvedJavaType#resolveMethod().
author Josef Eisl <josef.eisl@jku.at>
date Tue, 11 Nov 2014 18:34:42 +0100
parents d405651001d1
children f0a8b72315c1
comparison
equal deleted inserted replaced
18417:3b7746ceb0e8 18419:0e794bf2decb
1 # GraalVM Changelog 1 # GraalVM Changelog
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 * ... 7 * ...
7 8
8 ### Truffle 9 ### Truffle
9 * Relaxed declared type restriction on child fields to allow for interface types in addition to Node subclasses. 10 * Relaxed declared type restriction on child fields to allow for interface types in addition to Node subclasses.
10 * The BranchProfile constructor is now private. Use BranchProfile#create() instead. 11 * The BranchProfile constructor is now private. Use BranchProfile#create() instead.