hotspot/src/share/vm/utilities/constantTag.hpp
changeset 24334 36096f7271f4
parent 20677 ff4fc393de4c
child 37466 287c4ebd11b0
--- a/hotspot/src/share/vm/utilities/constantTag.hpp	Mon May 05 20:17:19 2014 +0200
+++ b/hotspot/src/share/vm/utilities/constantTag.hpp	Mon May 05 19:53:00 2014 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2014, 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
@@ -109,6 +109,7 @@
   }
 
   jbyte value() const                { return _tag; }
+  jbyte error_value() const;
   jbyte non_error_value() const;
 
   BasicType basic_type() const;        // if used with ldc, what kind of value gets pushed?