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:
Chuck Rasbold 2008-05-29 16:22:09 -07:00
parent a1f50998ae
commit 2e672ac9bf
12 changed files with 225 additions and 1 deletions

View file

@ -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 ) {