never [Tue, 03 May 2011 12:11:54 -0700] rev 9439
6796786: invalid FP identity transform - (a - b) -> b - a
Reviewed-by: iveresov, twisti
kvn [Tue, 03 May 2011 09:10:39 -0700] rev 9438
7041100: The load in String.equals intrinsic executed before null check
Summary: Remove control from loads in String.equals intrinsic and cast argument to not-null.
Reviewed-by: never
never [Mon, 02 May 2011 18:53:37 -0700] rev 9437
7009361: JSR 292 Invalid value on stack on solaris-sparc with -Xcomp
Reviewed-by: kvn, twisti
never [Mon, 02 May 2011 10:51:36 -0700] rev 9436
Merge
twisti [Mon, 02 May 2011 00:55:09 -0700] rev 9435
6552561: MaxRecursiveInlineLevel flag doesn't operate correctly
Reviewed-by: kvn, never
kvn [Thu, 28 Apr 2011 16:40:23 -0700] rev 9434
7039652: Performance regression after 7004547 changes
Summary: Use unrolled_count() to limit unrolling and use the stride check only for initial stride value.
Reviewed-by: never
kamg [Fri, 06 May 2011 11:25:16 -0400] rev 9433
Merge
dholmes [Thu, 05 May 2011 21:20:21 -0400] rev 9432
7036525: Disable alternative source mechanism for OPENJDK builds
Summary: By default if OPENJDK=true is set then we don't look in the alt-src predefined location. The user can explicitly set HS_ALT_SRC_REL to the desired location in conjunction with OPENJDK=true, if they wish.
Reviewed-by: jcoomes, kamg
kamg [Thu, 05 May 2011 12:50:42 -0400] rev 9431
7033669: JVM TI spec has to be changed to not contain URLS to the VM Spec
Summary: Update JVMTI source files to remove hyperlinks and add full legal name
Reviewed-by: acorn, dcubed, dholmes
kevinw [Thu, 05 May 2011 09:33:14 -0400] rev 9430
Merge