hg: graal/graal: 6 new changesets
doug.simon at oracle.com
doug.simon at oracle.com
Mon Mar 17 02:00:06 UTC 2014
Changeset: e1a2302a42bc
Author: Gilles Duboscq <duboscq at ssw.jku.at>
Date: 2014-03-14 18:11 +0100
URL: http://hg.openjdk.java.net/graal/graal/rev/e1a2302a42bc
Improve cleanup during snippet lowering where the snippet never returns normally (unwind, deopt...)
! graal/com.oracle.graal.phases.common/src/com/oracle/graal/phases/common/LoweringPhase.java
! graal/com.oracle.graal.replacements/src/com/oracle/graal/replacements/SnippetTemplate.java
Changeset: 36d39c597c79
Author: Gilles Duboscq <duboscq at ssw.jku.at>
Date: 2014-03-16 19:19 +0100
URL: http://hg.openjdk.java.net/graal/graal/rev/36d39c597c79
Respect CIPrintCompilerName and output a timestamp in Graal's PrintCompilation implementation
! graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/CompilationTask.java
! graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotGraalRuntime.java
! graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotVMConfig.java
! graal/com.oracle.graal.phases/src/com/oracle/graal/phases/GraalOptions.java
Changeset: b6aa8c4972aa
Author: Gilles Duboscq <duboscq at ssw.jku.at>
Date: 2014-03-16 18:36 +0100
URL: http://hg.openjdk.java.net/graal/graal/rev/b6aa8c4972aa
Use CIPrintCompilerName in nmethod::print_on
! src/share/vm/code/nmethod.cpp
Changeset: bf7d914b8ef7
Author: Gilles Duboscq <duboscq at ssw.jku.at>
Date: 2014-03-16 18:46 +0100
URL: http://hg.openjdk.java.net/graal/graal/rev/bf7d914b8ef7
Print compilation level in Graal's PrintCompilation output
! graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/CompilationTask.java
! graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotVMConfig.java
Changeset: 2c78ee2a890f
Author: Gilles Duboscq <duboscq at ssw.jku.at>
Date: 2014-03-16 18:52 +0100
URL: http://hg.openjdk.java.net/graal/graal/rev/2c78ee2a890f
Graal PrintCompilation: print exception handlers and blocking flags
! graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/CompilationTask.java
Changeset: 6fb61ad67962
Author: Gilles Duboscq <duboscq at ssw.jku.at>
Date: 2014-03-16 19:20 +0100
URL: http://hg.openjdk.java.net/graal/graal/rev/6fb61ad67962
Fix mx eclipseformat always adds the 'eclipse' suffix
! mxtool/mx.py
More information about the graal-dev
mailing list