aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/classfile/verifier.hpp
diff options
context:
space:
mode:
authorAlexey Ushakov <alexey.ushakov@jetbrains.com>2016-02-15 14:13:35 +0300
committerAlexey Ushakov <alexey.ushakov@jetbrains.com>2016-02-15 14:13:35 +0300
commit7d0e3b05cb04908a0edf82e3f511f8232089ed94 (patch)
treeb078996391da979517a32ccb3d02099159a6c983 /src/share/vm/classfile/verifier.hpp
parent24a09c463b2d328b6fc90ee555023514efca507c (diff)
parent1a26ca0e98f70c3aa490787dfeca7358fa949a43 (diff)
downloadjdk8u_hotspot-7d0e3b05cb04908a0edf82e3f511f8232089ed94.tar.gz
Merged changes from defaultjetbrains-master-mirror-osx
--HG-- branch : 8u40-verified-fixes
Diffstat (limited to 'src/share/vm/classfile/verifier.hpp')
-rw-r--r--src/share/vm/classfile/verifier.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/share/vm/classfile/verifier.hpp b/src/share/vm/classfile/verifier.hpp
index e08a2a4bc..96b6abe99 100644
--- a/src/share/vm/classfile/verifier.hpp
+++ b/src/share/vm/classfile/verifier.hpp
@@ -305,9 +305,10 @@ class ClassVerifier : public StackObj {
bool* this_uninit, constantPoolHandle cp, StackMapTable* stackmap_table,
TRAPS);
- // Used by ends_in_athrow() to push all handlers that contain bci onto
- // the handler_stack, if the handler is not already on the stack.
+ // Used by ends_in_athrow() to push all handlers that contain bci onto the
+ // handler_stack, if the handler has not already been pushed on the stack.
void push_handlers(ExceptionTable* exhandlers,
+ GrowableArray<u4>* handler_list,
GrowableArray<u4>* handler_stack,
u4 bci);