aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/interpreter/templateInterpreterGenerator.hpp
diff options
context:
space:
mode:
authoramurillo <none@none>2013-11-01 08:26:54 -0700
committeramurillo <none@none>2013-11-01 08:26:54 -0700
commit275be0d8f1c7556f4fa608e0e039baa6a00e1db3 (patch)
tree3050a23093402c125d5e6ffcdc7227a72a33e292 /src/share/vm/interpreter/templateInterpreterGenerator.hpp
parentd3e86f60571bc6e9dc0b09b96003d56970d68fb1 (diff)
parent21c86c80ce5e2b00f63338dadf8a78a5ce625c4d (diff)
Diffstat (limited to 'src/share/vm/interpreter/templateInterpreterGenerator.hpp')
-rw-r--r--src/share/vm/interpreter/templateInterpreterGenerator.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/vm/interpreter/templateInterpreterGenerator.hpp b/src/share/vm/interpreter/templateInterpreterGenerator.hpp
index fb7bdc5b6..a80caa964 100644
--- a/src/share/vm/interpreter/templateInterpreterGenerator.hpp
+++ b/src/share/vm/interpreter/templateInterpreterGenerator.hpp
@@ -53,7 +53,7 @@ class TemplateInterpreterGenerator: public AbstractInterpreterGenerator {
address generate_ClassCastException_handler();
address generate_ArrayIndexOutOfBounds_handler(const char* name);
address generate_continuation_for(TosState state);
- address generate_return_entry_for(TosState state, int step);
+ 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 generate_safept_entry_for(TosState state, address runtime_entry);