comparison CHANGELOG.md @ 22169:af6cc957bf04

Remove dummy parameter `includeAbstract` from `ResolvedJavaType#resolveMethod()`; The behavior is now the `includeAbstract=true` case. If you called `resolveMethod` with `includeAbstract=false` use `resolveConcreteMethod()` instead.
author Josef Eisl <josef.eisl@jku.at>
date Wed, 08 Jul 2015 10:05:45 +0200
parents dc9761fa03d7
children 3c622007e098
comparison
equal deleted inserted replaced
22168:dc9761fa03d7 22169:af6cc957bf04
5 5
6 ## `tip` 6 ## `tip`
7 ### Graal 7 ### Graal
8 * Add support for constructing low-level IR in SSA form (default behavior). 8 * Add support for constructing low-level IR in SSA form (default behavior).
9 * Add support for SSA linear scan register allocation (default behavior). 9 * Add support for SSA linear scan register allocation (default behavior).
10 * Remove dummy parameter `includeAbstract` from `ResolvedJavaType#resolveMethod()`; The behavior is now the `includeAbstract==true` case. The `includeAbstract==false` variant is available via `resolveConcreteMethod()`.
10 ... 11 ...
11 12
12 ### Truffle 13 ### Truffle
13 ... 14 ...
14 15