diff 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
line wrap: on
line diff
--- a/CHANGELOG.md	Wed Jul 08 10:56:31 2015 +0200
+++ b/CHANGELOG.md	Wed Jul 08 10:05:45 2015 +0200
@@ -7,6 +7,7 @@
 ### Graal
 * Add support for constructing low-level IR in SSA form (default behavior).
 * Add support for SSA linear scan register allocation (default behavior).
+* Remove dummy parameter `includeAbstract` from `ResolvedJavaType#resolveMethod()`; The behavior is now the `includeAbstract==true` case. The `includeAbstract==false` variant is available via `resolveConcreteMethod()`.
 ...
 
 ### Truffle