--- old/src/share/vm/jvmci/vmStructs_jvmci.cpp 2017-06-08 09:09:10.846647331 -0400 +++ new/src/share/vm/jvmci/vmStructs_jvmci.cpp 2017-06-08 09:09:10.741157823 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2017, 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 @@ -411,6 +411,7 @@ declare_constant(JVM_CONSTANT_UnresolvedClassInError) \ declare_constant(JVM_CONSTANT_MethodHandleInError) \ declare_constant(JVM_CONSTANT_MethodTypeInError) \ + declare_constant(JVM_CONSTANT_InvokeDynamicInError) \ declare_constant(JVM_CONSTANT_InternalMax) \ \ declare_constant(ArrayData::array_len_off_set) \