src/share/vm/oops/method.hpp

changeset 5848
ac9cb1d5a202
parent 5732
b2e698d2276c
child 5922
f50418dfb1b7
     1.1 --- a/src/share/vm/oops/method.hpp	Sun Oct 06 16:13:50 2013 +0200
     1.2 +++ b/src/share/vm/oops/method.hpp	Mon Oct 07 12:20:28 2013 -0400
     1.3 @@ -567,6 +567,7 @@
     1.4    // checks method and its method holder
     1.5    bool is_final_method() const;
     1.6    bool is_final_method(AccessFlags class_access_flags) const;
     1.7 +  bool is_default_method() const;
     1.8  
     1.9    // true if method needs no dynamic dispatch (final and/or no vtable entry)
    1.10    bool can_be_statically_bound() const;
    1.11 @@ -846,7 +847,7 @@
    1.12  #endif
    1.13  
    1.14    // Helper routine used for method sorting
    1.15 -  static void sort_methods(Array<Method*>* methods, bool idempotent = false);
    1.16 +  static void sort_methods(Array<Method*>* methods, bool idempotent = false, bool set_idnums = true);
    1.17  
    1.18    // Deallocation function for redefine classes or if an error occurs
    1.19    void deallocate_contents(ClassLoaderData* loader_data);

mercurial