comparison CHANGELOG.md @ 16399:4481cf549cfc

removed (Java based) CompilationQueue
author Doug Simon <doug.simon@oracle.com>
date Thu, 03 Jul 2014 23:28:35 +0200
parents 0cdce0e2d122
children 9575add7149c
comparison
equal deleted inserted replaced
16398:c5ab3fbec257 16399:4481cf549cfc
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 * ResolvedJavaType.resolveMethod now takes a context type used to perform access checks. It now works correctly regarding default methods.
9 * Removed Java based compilation queue (CompilationQueue.java).
10 * Enabled use of separate class loader (via -XX:+UseGraalClassLoader) for classes loaded from graal.jar to hide them from application classes.
9 11
10 ### Truffle 12 ### Truffle
11 * `truffle.jar`: strip out build-time only dependency into a seperated JAR file (`truffle-dsl-processor.jar`) 13 * `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. 14 * New flag -G:+TraceTruffleCompilationAST to print the AST before compilation.
13 * ... 15 * ...