hotspot/src/share/vm/ci/ciMethod.hpp
changeset 4566 b363f6ef4068
parent 3910 67050ceda719
child 4567 7fc02fbe5c7a
--- a/hotspot/src/share/vm/ci/ciMethod.hpp	Mon Jan 04 15:21:09 2010 -0800
+++ b/hotspot/src/share/vm/ci/ciMethod.hpp	Tue Jan 05 13:05:58 2010 +0100
@@ -213,7 +213,7 @@
   bool check_call(int refinfo_index, bool is_static) const;
   void build_method_data();  // make sure it exists in the VM also
   int scale_count(int count, float prof_factor = 1.);  // make MDO count commensurate with IIC
-  bool is_method_handle_invoke();
+  bool is_method_handle_invoke() const;
   ciInstance* method_handle_type();
 
   // What kind of ciObject is this?