comparison CHANGELOG.md @ 15784:fb530b9fa474

ResolvedJavaType.resolveMethod: fix javadoc, add assert in native code. update changelog
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 20 May 2014 13:13:28 +0200
parents 50fbda571d99
children 0cdce0e2d122
comparison
equal deleted inserted replaced
15783:99662e393b52 15784:fb530b9fa474
3 ## `tip` 3 ## `tip`
4 ### Graal 4 ### Graal
5 * Made initialization of Graal runtime lazy in hosted mode. 5 * Made initialization of Graal runtime lazy in hosted mode.
6 * Added supported for new 'jrelibrary' dependency type in mx/projects. 6 * Added supported for new 'jrelibrary' dependency type in mx/projects.
7 * Java projects with compliance level higher than the JDKs specified by JAVA_HOME and EXTRA_JAVA_HOMES are ignored once mx/projects has been processed. 7 * Java projects with compliance level higher than the JDKs specified by JAVA_HOME and EXTRA_JAVA_HOMES are ignored once mx/projects has been processed.
8 * ResolvedJavaType.resolveMethod now takes a context type used to perform access checks. It now works correctly regarding default methods.
8 9
9 ### Truffle 10 ### Truffle
10 * `truffle.jar`: strip out build-time only dependency into a seperated JAR file (`truffle-dsl-processor.jar`) 11 * `truffle.jar`: strip out build-time only dependency into a seperated JAR file (`truffle-dsl-processor.jar`)
11 * ... 12 * ...
12 13