mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 12:34:32 +02:00
8014189: JVM crash with SEGV in ConnectionGraph::record_for_escape_analysis()
Add NULL checks and asserts for Type::make_ptr() returned value. Reviewed-by: twisti
This commit is contained in:
parent
b4977e887a
commit
d7176bf7f8
9 changed files with 44 additions and 19 deletions
|
@ -965,6 +965,8 @@ public:
|
|||
}
|
||||
const TypeLong* find_long_type() const;
|
||||
|
||||
const TypePtr* get_ptr_type() const;
|
||||
|
||||
// These guys are called by code generated by ADLC:
|
||||
intptr_t get_ptr() const;
|
||||
intptr_t get_narrowcon() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue