8025566: EXCEPTION_ACCESS_VIOLATION in compiled by C1 String.valueOf method

Reviewed-by: kvn
This commit is contained in:
Christian Thalinger 2013-10-07 10:41:56 -07:00
parent bb528dd1d5
commit 619948a8f1
8 changed files with 27 additions and 20 deletions

View file

@ -232,8 +232,6 @@ private:
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; }