mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8025566: EXCEPTION_ACCESS_VIOLATION in compiled by C1 String.valueOf method
Reviewed-by: kvn
This commit is contained in:
parent
bb528dd1d5
commit
619948a8f1
8 changed files with 27 additions and 20 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue