mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
6718811: Mismerge of 6680469:macro.cpp
Fixed the mismerge by deleting the lines that were inadvertently left in place. Reviewed-by: iveresov
This commit is contained in:
parent
f521ab4f1a
commit
a0b0fb42fd
1 changed files with 0 additions and 4 deletions
|
@ -919,10 +919,6 @@ void PhaseMacroExpand::expand_allocate_common(
|
|||
mem = mem->as_MergeMem()->memory_at(Compile::AliasIdxRaw);
|
||||
}
|
||||
|
||||
Node* eden_top_adr;
|
||||
Node* eden_end_adr;
|
||||
set_eden_pointers(eden_top_adr, eden_end_adr);
|
||||
|
||||
assert(ctrl != NULL, "must have control");
|
||||
// We need a Region and corresponding Phi's to merge the slow-path and fast-path results.
|
||||
// they will not be used if "always_slow" is set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue