xdono [Fri, 27 Feb 2009 15:55:58 -0800] rev 2160
Merge
xdono [Fri, 27 Feb 2009 15:13:41 -0800] rev 2159
Merge
ohair [Sat, 31 Jan 2009 17:31:21 -0800] rev 2158
6799141: Build with --hash-style=both so that binaries can work on SuSE 10
Reviewed-by: tbell
xdono [Thu, 05 Mar 2009 09:49:16 -0800] rev 2157
Added tag jdk7-b50 for changeset 6075b2a504ac
duke [Wed, 05 Jul 2017 16:48:40 +0200] rev 2156
Merge
trims [Thu, 12 Mar 2009 18:17:25 -0700] rev 2155
6816970: Bump HS15 build number to 03
Summary: Update the HS15 Build number to 03
Reviewed-by: jcoomes
trims [Thu, 12 Mar 2009 18:16:36 -0700] rev 2154
Merge
tonyp [Thu, 12 Mar 2009 11:34:44 -0400] rev 2153
Merge
apetrusenko [Tue, 10 Mar 2009 00:47:05 -0700] rev 2152
6760309: G1: update remembered sets during Full GCs
Reviewed-by: iveresov, tonyp
kvn [Tue, 10 Mar 2009 08:52:16 -0700] rev 2151
Merge
twisti [Mon, 09 Mar 2009 03:17:11 -0700] rev 2150
6797305: Add LoadUB and LoadUI opcode class
Summary: Add a LoadUB (unsigned byte) and LoadUI (unsigned int) opcode class so we have these load optimizations in the first place and do not need to handle them in the matcher.
Reviewed-by: never, kvn
jrose [Fri, 06 Mar 2009 21:36:50 -0800] rev 2149
6812831: factor duplicated assembly code for megamorphic invokeinterface (for 6655638)
Summary: Code in vtableStubs and templateTable moved into MacroAssembler.
Reviewed-by: kvn
jrose [Wed, 04 Mar 2009 09:58:39 -0800] rev 2148
6812678: macro assembler needs delayed binding of a few constants (for 6655638)
Summary: minor assembler enhancements preparing for method handles
Reviewed-by: kvn
kvn [Tue, 03 Mar 2009 18:25:57 -0800] rev 2147
6812721: Block's frequency should not be NaN
Summary: Set MIN_BLOCK_FREQUENCY block's frequency when calculated block's frequency is NaN
Reviewed-by: never
tonyp [Mon, 09 Mar 2009 11:32:57 -0400] rev 2146
Merge