mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8233788: Remove useless asserts in PhaseCFG::insert_anti_dependences
Removed useless asserts. Reviewed-by: kvn
This commit is contained in:
parent
61a6ef79ae
commit
f225f7cd0b
2 changed files with 2 additions and 12 deletions
|
@ -1653,6 +1653,7 @@ const TypePtr *Compile::flatten_alias_type( const TypePtr *tj ) const {
|
|||
}
|
||||
|
||||
void Compile::AliasType::Init(int i, const TypePtr* at) {
|
||||
assert(AliasIdxTop <= i && i < Compile::current()->_max_alias_types, "Invalid alias index");
|
||||
_index = i;
|
||||
_adr_type = at;
|
||||
_field = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue