diff src/share/vm/ci/ciMethod.hpp @ 12868:c775af091fe9

8025566: EXCEPTION_ACCESS_VIOLATION in compiled by C1 String.valueOf method Reviewed-by: kvn
author twisti
date Mon, 07 Oct 2013 10:41:56 -0700
parents f98f5d48f511
children b2ee5dc63353
line wrap: on
line diff
--- a/src/share/vm/ci/ciMethod.hpp	Mon Oct 07 14:13:28 2013 +0400
+++ b/src/share/vm/ci/ciMethod.hpp	Mon Oct 07 10:41:56 2013 -0700
@@ -265,7 +265,7 @@
   bool is_klass_loaded(int refinfo_index, bool must_be_resolved) const;
   bool check_call(int refinfo_index, bool is_static) const;
   bool ensure_method_data();  // make sure it exists in the VM also
-  address ensure_method_counters();
+  MethodCounters* ensure_method_counters();
   int instructions_size();
   int scale_count(int count, float prof_factor = 1.);  // make MDO count commensurate with IIC