hotspot/src/share/vm/prims/methodHandleWalk.cpp
changeset 6453 970dc585ab63
parent 6064 71e316283a85
child 6463 f4362c8da849
--- a/hotspot/src/share/vm/prims/methodHandleWalk.cpp	Thu Sep 02 11:40:02 2010 -0700
+++ b/hotspot/src/share/vm/prims/methodHandleWalk.cpp	Fri Sep 03 17:51:07 2010 -0700
@@ -979,7 +979,7 @@
 
   // Inline the method.
   InvocationCounter* ic = m->invocation_counter();
-  ic->set_carry();
+  ic->set_carry_flag();
 
   for (int i = 0; i < argc; i++) {
     ArgToken arg = argv[i];
@@ -1209,7 +1209,7 @@
   // Set the carry bit of the invocation counter to force inlining of
   // the adapter.
   InvocationCounter* ic = m->invocation_counter();
-  ic->set_carry();
+  ic->set_carry_flag();
 
   // Rewrite the method and set up the constant pool cache.
   objArrayOop m_array = oopFactory::new_system_objArray(1, CHECK_(nullHandle));