Request for reviews (S): 7192167: JSR 292: C1 has old broken code which needs to be removed
Vladimir Kozlov
vladimir.kozlov at oracle.com
Fri Aug 17 18:55:46 PDT 2012
This looks good.
Vladimir
On 8/17/12 6:17 PM, Christian Thalinger wrote:
> http://cr.openjdk.java.net/~twisti/7192167
>
> 7192167: JSR 292: C1 has old broken code which needs to be removed
> Reviewed-by:
>
> Some code in C1 is still from the old JSR 292 implementation and is
> completely wrong. It works right now because we force all lambda form
> adapters to inline. When disabling inlining it fails immediately
> with SEGVs and friends.
>
> Additionally I removed some unused code in C2.
>
> src/share/vm/c1/c1_GraphBuilder.cpp
> src/share/vm/c1/c1_Instruction.cpp
> src/share/vm/c1/c1_LIRAssembler.cpp
> src/share/vm/c1/c1_LIRGenerator.cpp
> src/share/vm/opto/callGenerator.cpp
>
More information about the hotspot-compiler-dev
mailing list