src/hotspot/share/c1/c1_Runtime1.hpp
changeset 50094 2f79462aab9b
parent 49906 4bb58f644e4e
child 53244 9807daeb47c4
--- a/src/hotspot/share/c1/c1_Runtime1.hpp	Sat May 12 17:22:56 2018 +0530
+++ b/src/hotspot/share/c1/c1_Runtime1.hpp	Mon May 07 09:11:21 2018 +0200
@@ -149,7 +149,7 @@
 
   static address exception_handler_for_pc(JavaThread* thread);
 
-  static void throw_range_check_exception(JavaThread* thread, int index);
+  static void throw_range_check_exception(JavaThread* thread, int index, arrayOopDesc* a);
   static void throw_index_exception(JavaThread* thread, int index);
   static void throw_div0_exception(JavaThread* thread);
   static void throw_null_pointer_exception(JavaThread* thread);