src/share/vm/c1/c1_LIRGenerator.hpp

changeset 9843
a6f289d66efe
parent 8415
d109bda16490
child 9852
70aa912cebe5
child 9896
1b8c45b8216a
     1.1 --- a/src/share/vm/c1/c1_LIRGenerator.hpp	Thu Feb 27 05:40:59 2020 +0000
     1.2 +++ b/src/share/vm/c1/c1_LIRGenerator.hpp	Thu Feb 27 05:58:53 2020 +0000
     1.3 @@ -308,7 +308,7 @@
     1.4    // is_strictfp is only needed for mul and div (and only generates different code on i486)
     1.5    void arithmetic_op(Bytecodes::Code code, LIR_Opr result, LIR_Opr left, LIR_Opr right, bool is_strictfp, LIR_Opr tmp, CodeEmitInfo* info = NULL);
     1.6    // machine dependent.  returns true if it emitted code for the multiply
     1.7 -  bool strength_reduce_multiply(LIR_Opr left, int constant, LIR_Opr result, LIR_Opr tmp);
     1.8 +  bool strength_reduce_multiply(LIR_Opr left, jint constant, LIR_Opr result, LIR_Opr tmp);
     1.9  
    1.10    void store_stack_parameter (LIR_Opr opr, ByteSize offset_from_sp_in_bytes);
    1.11  

mercurial