src/hotspot/share/interpreter/templateInterpreterGenerator.hpp
changeset 50094 2f79462aab9b
parent 47916 bdbef8638948
child 53244 9807daeb47c4
--- a/src/hotspot/share/interpreter/templateInterpreterGenerator.hpp	Sat May 12 17:22:56 2018 +0530
+++ b/src/hotspot/share/interpreter/templateInterpreterGenerator.hpp	Mon May 07 09:11:21 2018 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -51,7 +51,7 @@
   }
   address generate_exception_handler_common(const char* name, const char* message, bool pass_oop);
   address generate_ClassCastException_handler();
-  address generate_ArrayIndexOutOfBounds_handler(const char* name);
+  address generate_ArrayIndexOutOfBounds_handler();
   address generate_return_entry_for(TosState state, int step, size_t index_size);
   address generate_earlyret_entry_for(TosState state);
   address generate_deopt_entry_for(TosState state, int step, address continuation = NULL);