hotspot/src/cpu/aarch64/vm/macroAssembler_aarch64.hpp
changeset 35086 bbf32241d851
parent 34507 636a88905e3b
child 35125 6982b109eeee
--- a/hotspot/src/cpu/aarch64/vm/macroAssembler_aarch64.hpp	Fri Dec 04 16:38:04 2015 +0100
+++ b/hotspot/src/cpu/aarch64/vm/macroAssembler_aarch64.hpp	Fri Dec 04 23:46:19 2015 +0300
@@ -983,7 +983,7 @@
   }
 
   // Emit the CompiledIC call idiom
-  address ic_call(address entry);
+  address ic_call(address entry, jint method_index = 0);
 
 public: