src/hotspot/share/oops/method.hpp
changeset 53432 1ec56532ae0c
parent 53244 9807daeb47c4
child 53904 9c3fe09f69bc
--- a/src/hotspot/share/oops/method.hpp	Tue Jan 22 15:22:13 2019 -0800
+++ b/src/hotspot/share/oops/method.hpp	Tue Jan 22 12:37:35 2019 -0800
@@ -969,7 +969,7 @@
 #endif
 
   // Helper routine used for method sorting
-  static void sort_methods(Array<Method*>* methods, bool idempotent = false, bool set_idnums = true);
+  static void sort_methods(Array<Method*>* methods, bool set_idnums = true);
 
   // Deallocation function for redefine classes or if an error occurs
   void deallocate_contents(ClassLoaderData* loader_data);