RFR (M): GRAAL-218: add CompileTheWorld functionality

Gilles Duboscq gilwooden at gmail.com
Wed Apr 10 14:28:17 PDT 2013


Looks good, the huge method check is not applied to constructors, i suppose
this is the same in normal CTW?


On Wed, Apr 10, 2013 at 10:48 PM, Christian Thalinger <
christian.thalinger at oracle.com> wrote:

> http://cr.openjdk.java.net/~twisti/GRAAL-218
>
> GRAAL-218: add CompileTheWorld functionality
> Reviewed-by:
>
> Add CompileTheWorld functionality to Graal. I decided to re-implement it
> in Java so that we can get rid of the C++ implementation at a later point.
> After all CTW should be part of the compiler.
>
>
> graal/com.oracle.graal.api.meta/src/com/oracle/graal/api/meta/ConstantPool.java
>
> graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotVMConfig.java
>
> graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/CompilerToVM.java
>
> graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/CompilerToVMImpl.java
>
> graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/VMToCompilerImpl.java
>
> graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotConstantPool.java
> src/share/vm/graal/graalCompilerToVM.cpp
>
>


More information about the graal-dev mailing list