comparison CHANGELOG.md @ 16085:0cdce0e2d122

Truffle: Added -G:+TraceTruffleCompilationAST flag.
author Christian Humer <christian.humer@gmail.com>
date Wed, 11 Jun 2014 18:15:45 +0200
parents fb530b9fa474
children 4481cf549cfc
comparison
equal deleted inserted replaced
16084:b37dbfdfbbfb 16085:0cdce0e2d122
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