hotspot/src/share/vm/classfile/defaultMethods.hpp
changeset 34666 1c7168ea0034
parent 20284 595a25ab9474
--- a/hotspot/src/share/vm/classfile/defaultMethods.hpp	Tue Dec 08 05:50:46 2015 -0800
+++ b/hotspot/src/share/vm/classfile/defaultMethods.hpp	Tue Dec 08 20:04:03 2015 +0100
@@ -43,6 +43,6 @@
   // default method.  Overpass methods are added to the methods lists for
   // the class.
   static void generate_default_methods(
-      InstanceKlass* klass, GrowableArray<Method*>* mirandas, TRAPS);
+      InstanceKlass* klass, const GrowableArray<Method*>* mirandas, TRAPS);
 };
 #endif // SHARE_VM_CLASSFILE_DEFAULTMETHODS_HPP