diff src/share/vm/utilities/constantTag.hpp @ 14422:2b8e28fdf503

Merge
author kvn
date Tue, 05 Nov 2013 17:38:04 -0800
parents 28ca974cc21a
children
line wrap: on
line diff
--- a/src/share/vm/utilities/constantTag.hpp	Wed Oct 16 10:52:41 2013 +0200
+++ b/src/share/vm/utilities/constantTag.hpp	Tue Nov 05 17:38:04 2013 -0800
@@ -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?