src/share/vm/opto/compile.hpp

changeset 7792
99edc344d77c
parent 7385
9e69e8d1c900
child 7994
04ff2f6cd0eb
child 8285
535618ab1c04
     1.1 --- a/src/share/vm/opto/compile.hpp	Thu Jan 29 10:26:02 2015 -0800
     1.2 +++ b/src/share/vm/opto/compile.hpp	Tue Apr 14 18:11:06 2015 +0300
     1.3 @@ -861,9 +861,11 @@
     1.4    ciMethod* optimize_virtual_call(ciMethod* caller, int bci, ciInstanceKlass* klass,
     1.5                                    ciKlass* holder, ciMethod* callee,
     1.6                                    const TypeOopPtr* receiver_type, bool is_virtual,
     1.7 -                                  bool &call_does_dispatch, int &vtable_index);
     1.8 +                                  bool &call_does_dispatch, int &vtable_index,
     1.9 +                                  bool check_access = true);
    1.10    ciMethod* optimize_inlining(ciMethod* caller, int bci, ciInstanceKlass* klass,
    1.11 -                              ciMethod* callee, const TypeOopPtr* receiver_type);
    1.12 +                              ciMethod* callee, const TypeOopPtr* receiver_type,
    1.13 +                              bool check_access = true);
    1.14  
    1.15    // Report if there were too many traps at a current method and bci.
    1.16    // Report if a trap was recorded, and/or PerMethodTrapLimit was exceeded.

mercurial