src/share/vm/prims/methodHandleWalk.cpp

changeset 2138
d5d065957597
parent 2017
e0ba4e04c839
child 2148
d257356e35f0
     1.1 --- a/src/share/vm/prims/methodHandleWalk.cpp	Thu Sep 02 11:40:02 2010 -0700
     1.2 +++ b/src/share/vm/prims/methodHandleWalk.cpp	Fri Sep 03 17:51:07 2010 -0700
     1.3 @@ -979,7 +979,7 @@
     1.4  
     1.5    // Inline the method.
     1.6    InvocationCounter* ic = m->invocation_counter();
     1.7 -  ic->set_carry();
     1.8 +  ic->set_carry_flag();
     1.9  
    1.10    for (int i = 0; i < argc; i++) {
    1.11      ArgToken arg = argv[i];
    1.12 @@ -1209,7 +1209,7 @@
    1.13    // Set the carry bit of the invocation counter to force inlining of
    1.14    // the adapter.
    1.15    InvocationCounter* ic = m->invocation_counter();
    1.16 -  ic->set_carry();
    1.17 +  ic->set_carry_flag();
    1.18  
    1.19    // Rewrite the method and set up the constant pool cache.
    1.20    objArrayOop m_array = oopFactory::new_system_objArray(1, CHECK_(nullHandle));

mercurial