diff src/share/vm/oops/methodData.hpp @ 18137:94faadc823ea

MethodData::initialize: remove unused argument
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 21 Oct 2014 10:28:43 +0200
parents 52b4284cb496
children 99e5d0a7600e
line wrap: on
line diff
--- a/src/share/vm/oops/methodData.hpp	Tue Oct 21 10:20:33 2014 +0200
+++ b/src/share/vm/oops/methodData.hpp	Tue Oct 21 10:28:43 2014 +0200
@@ -2159,7 +2159,7 @@
   MethodData() : _extra_data_lock(Monitor::leaf, "MDO extra data lock") {}; // For ciMethodData
 
   bool is_methodData() const volatile { return true; }
-  void initialize(bool for_reprofile = false);
+  void initialize();
 
   // Whole-method sticky bits and flags
   enum {