mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-06 18:53:37 +00:00
8384801: Shenandoah: ShouldNotReachHere() in shenandoahSupport.cpp with AllocatePrefetchStyle=3
Reviewed-by: ysr, xpeng, kdnilsen, shade
This commit is contained in:
parent
01d10f19aa
commit
b74ab79cdd
@ -1617,7 +1617,7 @@ void MemoryGraphFixer::collect_memory_nodes() {
|
||||
} else if (mem->is_MergeMem()) {
|
||||
MergeMemNode* mm = mem->as_MergeMem();
|
||||
mem = mm->memory_at(_alias);
|
||||
} else if (mem->is_Store() || mem->is_LoadStore() || mem->is_ClearArray()) {
|
||||
} else if (mem->is_Store() || mem->is_LoadStore() || mem->is_ClearArray() || mem->Opcode() == Op_PrefetchAllocation) {
|
||||
assert(_alias == Compile::AliasIdxRaw, "");
|
||||
stack.push(mem, mem->req());
|
||||
mem = mem->in(MemNode::Memory);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user