--- old/src/share/vm/ci/ciMethodData.hpp 2013-10-04 17:12:30.000000000 -0700 +++ new/src/share/vm/ci/ciMethodData.hpp 2013-10-04 17:12:30.000000000 -0700 @@ -232,8 +232,6 @@ public: bool is_method_data() const { return true; } - void set_mature() { _state = mature_state; } - bool is_empty() { return _state == empty_state; } bool is_mature() { return _state == mature_state; }