src/cpu/mips/vm/mips_64.ad

changeset 381
5ed96f1a7d5a
parent 380
5d24e411bbe2
child 383
d99ee21cd69f
     1.1 --- a/src/cpu/mips/vm/mips_64.ad	Sat Mar 18 07:08:36 2017 +0800
     1.2 +++ b/src/cpu/mips/vm/mips_64.ad	Sun Mar 19 17:04:32 2017 -0400
     1.3 @@ -3344,7 +3344,7 @@
     1.4      cbuf.set_insts_mark();
     1.5      __ relocate(relocInfo::runtime_call_type);
     1.6  
     1.7 -    __ general_jal((address)$meth$$method);
     1.8 +    __ patchable_call((address)$meth$$method);
     1.9      %}
    1.10  
    1.11    enc_class Java_Static_Call (method meth) %{    // JAVA STATIC CALL
    1.12 @@ -3361,7 +3361,7 @@
    1.13        __ relocate(relocInfo::static_call_type);
    1.14      }
    1.15  
    1.16 -    __ general_jal((address)($meth$$method));
    1.17 +    __ patchable_call((address)($meth$$method));
    1.18      if( _method ) {  // Emit stub for static call
    1.19        emit_java_to_interp(cbuf);
    1.20      }

mercurial