hg: jdk7/hotspot-comp/hotspot: 2 new changesets
igor.veresov at oracle.com
igor.veresov at oracle.com
Mon Apr 4 20:50:24 PDT 2011
Changeset: bb22629531fa
Author: iveresov
Date: 2011-04-04 16:00 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/bb22629531fa
7033732: C1: When calling c2 arraycopy stubs offsets and length must have clear upper 32bits
Summary: With 7033154 we started calling c2 arraycopy stubs from c1. On sparcv9 we must clear the upper 32bits for offset (src_pos, dst_pos) and length parameters when calling them.
Reviewed-by: never, kvn
! src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp
Changeset: a54519951ff6
Author: iveresov
Date: 2011-04-04 18:48 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/a54519951ff6
Merge
More information about the hotspot-compiler-dev
mailing list