--- old/src/share/vm/prims/methodHandles.hpp 2014-10-31 13:39:11.000000000 -0400 +++ new/src/share/vm/prims/methodHandles.hpp 2014-10-31 13:39:10.000000000 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2008, 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 @@ -228,27 +228,4 @@ void generate(); }; -//------------------------------------------------------------------------------ -// MemberNameTable -// - -class MemberNameTable : public GrowableArray { - public: - MemberNameTable(int methods_cnt); - ~MemberNameTable(); - void add_member_name(int index, jweak mem_name_ref); - oop get_member_name(int index); - -#if INCLUDE_JVMTI - public: - // RedefineClasses() API support: - // If a MemberName refers to old_method then update it - // to refer to new_method. - void adjust_method_entries(Method** old_methods, Method** new_methods, - int methods_length, bool *trace_name_printed); - private: - oop find_member_name_by_method(Method* old_method); -#endif // INCLUDE_JVMTI -}; - #endif // SHARE_VM_PRIMS_METHODHANDLES_HPP