comparison CHANGELOG.md @ 16327:5f01f7c48d40

Merge with 5cdcb94a7cf7d9782107cc582f3e4b50000d5d1f
author Stefan Anzinger <stefan.anzinger@gmail.com>
date Mon, 30 Jun 2014 12:02:19 +0200
parents 0cdce0e2d122
children 4481cf549cfc
comparison
equal deleted inserted replaced
16326:51f392557124 16327:5f01f7c48d40
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 * ResolvedJavaType.resolveMethod now takes a context type used to perform access checks. It now works correctly regarding default methods.
9 9
10 ### Truffle 10 ### Truffle
11 * `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`)
12 * New flag -G:+TraceTruffleCompilationAST to print the AST before compilation.
12 * ... 13 * ...
13 14
14 ## Version 0.3 15 ## Version 0.3
15 9-May-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/rev/graal-0.3) 16 9-May-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/rev/graal-0.3)
16 17