Request for reviews (XXL): 6893268: additional dynamic language related optimizations in C2

Christian Thalinger Christian.Thalinger at Sun.COM
Tue Dec 15 12:47:18 PST 2009


On Thu, 2009-12-03 at 12:40 -0800, Tom Rodriguez wrote:
> Ok.

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;
+}
+
 %}

I'm adding that one and implement it when we add JSR 292 SPARC support.

-- Christian



More information about the hotspot-compiler-dev mailing list