RFR (S): GRAAL-213: add HotSpot-style PrintCompilation and PrintInlining
Lukas Stadler
lukas.stadler at jku.at
Wed Apr 10 03:06:06 PDT 2013
Hi Christian,
looks good, but I see one problem:
We cannot have references to HotSpot-specific classes in the phases.common project.
Doing an "mx build" should fail, because this will compile the projects independently with the right dependencies.
Maybe you could add a flag to GraalOptions? Something like "PrintInliningDecisions"…
- Lukas
On Apr 10, 2013, at 5:34 AM, Christian Thalinger <christian.thalinger at oracle.com> wrote:
> http://cr.openjdk.java.net/~twisti/GRAAL-213
>
> GRAAL-213: add HotSpot-style PrintCompilation and PrintInlining
> Summary:
> Reviewed-by:
>
> COMMENTS
>
> graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/CompilationTask.java
> graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotVMConfig.java
> graal/com.oracle.graal.phases.common/src/com/oracle/graal/phases/common/InliningUtil.java
> src/share/vm/graal/graalCompilerToVM.cpp
>
More information about the graal-dev
mailing list