hotspot/src/share/vm/oops/constMethod.hpp
changeset 16588 7e90e795813e
parent 15935 50da9e5eb858
child 23515 f4872ef5df09
--- a/hotspot/src/share/vm/oops/constMethod.hpp	Tue Mar 26 15:20:05 2013 -0700
+++ b/hotspot/src/share/vm/oops/constMethod.hpp	Wed Mar 27 08:19:50 2013 -0400
@@ -441,6 +441,9 @@
     return has_default_annotations() ? default_annotations()->length() : 0;
   }
 
+  // Copy annotations from other ConstMethod
+  void copy_annotations_from(ConstMethod* cm);
+
   // byte codes
   void    set_code(address code) {
     if (code_size() > 0) {