mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
6695049: (coll) Create an x86 intrinsic for Arrays.equals
Intrinsify java/util/Arrays.equals(char[], char[]) Reviewed-by: kvn, never
This commit is contained in:
parent
a1f50998ae
commit
2e672ac9bf
12 changed files with 225 additions and 1 deletions
|
@ -2632,6 +2632,7 @@ void PhaseIdealLoop::build_loop_late_post( Node *n, const PhaseIdealLoop *verify
|
|||
case Op_LoadD_unaligned:
|
||||
case Op_LoadL_unaligned:
|
||||
case Op_StrComp: // Does a bunch of load-like effects
|
||||
case Op_AryEq:
|
||||
pinned = false;
|
||||
}
|
||||
if( pinned ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue