--- old/src/hotspot/share/prims/jvmtiRedefineClasses.hpp 2018-05-18 03:22:38.630351214 -0400 +++ new/src/hotspot/share/prims/jvmtiRedefineClasses.hpp 2018-05-18 03:22:37.078261310 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2018, 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 @@ -469,6 +469,7 @@ AnnotationArray* type_annotations_typeArray, int &byte_i_ref, TRAPS); bool rewrite_cp_refs_in_fields_annotations( InstanceKlass* scratch_class, TRAPS); + bool rewrite_cp_refs_in_nest_attributes(InstanceKlass* scratch_class); void rewrite_cp_refs_in_method(methodHandle method, methodHandle * new_method_p, TRAPS); bool rewrite_cp_refs_in_methods(InstanceKlass* scratch_class, TRAPS);