comparison 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
comparison
equal deleted inserted replaced
18136:52b8826ef035 18137:94faadc823ea
2157 public: 2157 public:
2158 static MethodData* allocate(ClassLoaderData* loader_data, methodHandle method, TRAPS); 2158 static MethodData* allocate(ClassLoaderData* loader_data, methodHandle method, TRAPS);
2159 MethodData() : _extra_data_lock(Monitor::leaf, "MDO extra data lock") {}; // For ciMethodData 2159 MethodData() : _extra_data_lock(Monitor::leaf, "MDO extra data lock") {}; // For ciMethodData
2160 2160
2161 bool is_methodData() const volatile { return true; } 2161 bool is_methodData() const volatile { return true; }
2162 void initialize(bool for_reprofile = false); 2162 void initialize();
2163 2163
2164 // Whole-method sticky bits and flags 2164 // Whole-method sticky bits and flags
2165 enum { 2165 enum {
2166 _trap_hist_limit = 19 GRAAL_ONLY(+2), // decoupled from Deoptimization::Reason_LIMIT 2166 _trap_hist_limit = 19 GRAAL_ONLY(+2), // decoupled from Deoptimization::Reason_LIMIT
2167 _trap_hist_mask = max_jubyte, 2167 _trap_hist_mask = max_jubyte,