never [Tue, 05 Apr 2011 00:31:09 -0700] rev 9111
6777083: assert(target != __null,"must not be null")
Reviewed-by: iveresov, kvn
kvn [Tue, 05 Apr 2011 00:27:58 -0700] rev 9110
Merge
kvn [Mon, 04 Apr 2011 19:02:36 -0700] rev 9109
7004547: regular loop unroll should not unroll more than max unrolling
Summary: Take into account that after unroll conjoined heads and tails will fold.
Reviewed-by: never
never [Mon, 04 Apr 2011 22:17:15 -0700] rev 9108
Merge
never [Mon, 04 Apr 2011 19:03:35 -0700] rev 9107
6528013: C1 CTW failure with -XX:+VerifyOops assert(allocates2(pc),"")
Reviewed-by: kvn, iveresov
iveresov [Mon, 04 Apr 2011 18:48:49 -0700] rev 9106
Merge
iveresov [Mon, 04 Apr 2011 16:00:34 -0700] rev 9105
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