Request for reviews (XXL): 6893268: additional dynamic language related optimizations in C2
Christian Thalinger
Christian.Thalinger at Sun.COM
Tue Jan 5 06:19:29 PST 2010
On Tue, 2009-12-15 at 21:47 +0100, Christian Thalinger wrote:
> During a JPRT test run I noticed that I'm missing a method on SPARC:
>
> diff -r 7fee0a6cc6d4 src/cpu/sparc/vm/sparc.ad
> --- a/src/cpu/sparc/vm/sparc.ad
> +++ b/src/cpu/sparc/vm/sparc.ad
> @@ -1885,6 +1885,10 @@ RegMask Matcher::modL_proj_mask() {
> return RegMask();
> }
>
> +const RegMask Matcher::method_handle_invoke_SP_save_mask() {
> + return 0;
> +}
> +
> %}
FYI, I had to integrate this one with 6829187.
-- Christian
More information about the hotspot-compiler-dev
mailing list