hotspot/src/share/vm/classfile/verifier.hpp
changeset 30102 d932845db0fe
parent 28652 645506f523d0
child 30764 fec48bf5a827
child 30616 fde3a4fee412
--- a/hotspot/src/share/vm/classfile/verifier.hpp	Wed Mar 18 17:45:47 2015 -0400
+++ b/hotspot/src/share/vm/classfile/verifier.hpp	Thu Mar 19 08:55:50 2015 -0400
@@ -305,9 +305,10 @@
     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);