diff src/share/vm/utilities/constantTag.hpp @ 12850:28ca974cc21a

8022592: assert at constantTag.cpp:57: ShouldNotReachHere() Summary: more missing cases for JVM_CONSTANT_Method{Handle,Type}InError Reviewed-by: hseigel, dcubed
author coleenp
date Fri, 11 Oct 2013 11:23:49 -0400
parents f16e75e0cf11
children
line wrap: on
line diff
--- a/src/share/vm/utilities/constantTag.hpp	Fri Oct 11 13:48:02 2013 +0200
+++ b/src/share/vm/utilities/constantTag.hpp	Fri Oct 11 11:23:49 2013 -0400
@@ -108,7 +108,8 @@
     _tag = tag;
   }
 
-  jbyte value()                      { return _tag; }
+  jbyte value() const                { return _tag; }
+  jbyte non_error_value() const;
 
   BasicType basic_type() const;        // if used with ldc, what kind of value gets pushed?