comparison CHANGELOG.md @ 15662:50fbda571d99

mx: added jrelibrary dependency type mx: once mx/projects is loaded, projects and libraries that depend on non-existent JRE library or have a javaCompliance higher than any available JDK are ignored
author Doug Simon <doug.simon@oracle.com>
date Thu, 15 May 2014 15:31:22 +0200
parents d556971b409c
children fb530b9fa474
comparison
equal deleted inserted replaced
15658:304e1c30adaf 15662:50fbda571d99
1 # GraalVM Changelog 1 # GraalVM Changelog
2 2
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.
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.
6 8
7 ### Truffle 9 ### Truffle
8 * `truffle.jar`: strip out build-time only dependency into a seperated JAR file (`truffle-dsl-processor.jar`) 10 * `truffle.jar`: strip out build-time only dependency into a seperated JAR file (`truffle-dsl-processor.jar`)
9 * ... 11 * ...
10 12