src/share/vm/c1/c1_GraphBuilder.hpp

changeset 4106
7eca5de9e0b6
parent 4021
7f813940ac35
child 4153
b9a9ed0f8eeb
child 4154
c3e799c37717
     1.1 --- a/src/share/vm/c1/c1_GraphBuilder.hpp	Wed Sep 19 16:50:26 2012 -0700
     1.2 +++ b/src/share/vm/c1/c1_GraphBuilder.hpp	Thu Sep 20 16:49:17 2012 +0200
     1.3 @@ -367,6 +367,7 @@
     1.4    bool append_unsafe_put_raw(ciMethod* callee, BasicType t);
     1.5    bool append_unsafe_prefetch(ciMethod* callee, bool is_store, bool is_static);
     1.6    void append_unsafe_CAS(ciMethod* callee);
     1.7 +  bool append_unsafe_get_and_set_obj(ciMethod* callee, bool is_add);
     1.8  
     1.9    void print_inlining(ciMethod* callee, const char* msg, bool success = true);
    1.10  

mercurial