diff -r c39172598323 -r baf9f57c9b46 src/share/vm/utilities/constantTag.hpp --- a/src/share/vm/utilities/constantTag.hpp Mon Mar 23 17:57:13 2020 +0000 +++ b/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?