src/hotspot/share/classfile/stackMapTableFormat.hpp
changeset 50790 5dfedce8ce62
parent 47216 71c04702a3d5
child 53244 9807daeb47c4
--- a/src/hotspot/share/classfile/stackMapTableFormat.hpp	Tue Jun 26 13:16:40 2018 +0100
+++ b/src/hotspot/share/classfile/stackMapTableFormat.hpp	Tue Jun 26 09:52:21 2018 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 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
@@ -150,7 +150,7 @@
       case ITEM_Object:
         st->print("Object[#%d]", cpool_index()); break;
       default:
-        assert(false, "Bad verification_type_info");
+        st->print("BAD:%d", tag()); break;
     }
   }
 };