hotspot/src/share/vm/classfile/stackMapFrame.hpp
changeset 8477 e6f1e62b9e23
parent 8076 96d498ec7ae1
child 9128 c8ed9bf1b236
child 8921 14bfe81f2a9d
--- a/hotspot/src/share/vm/classfile/stackMapFrame.hpp	Mon Feb 28 14:19:52 2011 +0100
+++ b/hotspot/src/share/vm/classfile/stackMapFrame.hpp	Mon Feb 28 16:01:59 2011 -0500
@@ -228,6 +228,8 @@
   bool is_assignable_to(
     VerificationType* src, VerificationType* target, int32_t len, TRAPS) const;
 
+  bool has_flag_match_exception(const StackMapFrame* target) const;
+
   // Debugging
   void print() const PRODUCT_RETURN;
 };