mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8239367: RunThese30M.java failed due to "assert(false) failed: graph should be schedulable"
Reviewed-by: thartmann, vlivanov, neliasso
This commit is contained in:
parent
89448a83d9
commit
1e796eae8f
3 changed files with 61 additions and 80 deletions
|
@ -1808,6 +1808,8 @@ Compile::AliasType* Compile::find_alias_type(const TypePtr* adr_type, bool no_cr
|
|||
alias_type(idx)->set_rewritable(false);
|
||||
if (flat->offset() == in_bytes(Klass::java_mirror_offset()))
|
||||
alias_type(idx)->set_rewritable(false);
|
||||
if (flat->offset() == in_bytes(Klass::secondary_super_cache_offset()))
|
||||
alias_type(idx)->set_rewritable(false);
|
||||
}
|
||||
// %%% (We would like to finalize JavaThread::threadObj_offset(),
|
||||
// but the base pointer type is not distinctive enough to identify
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue