acorn [Fri, 10 Sep 2010 12:36:47 -0400] rev 6467
6942092: Loader-constraint test is failing
Summary: Fix test string compare to match source update
Reviewed-by: dcubed, phh
kvn [Thu, 16 Sep 2010 16:48:40 -0700] rev 6466
Merge
kvn [Tue, 14 Sep 2010 17:19:35 -0700] rev 6465
6984368: Large default heap size does not allow to use zero based compressed oops
Summary: take into account HeapBaseMinAddress and round down MaxPermSize
Reviewed-by: never
never [Tue, 14 Sep 2010 14:09:24 -0700] rev 6464
6982370: SIGBUS in jbyte_fill
Reviewed-by: kvn
jrose [Mon, 13 Sep 2010 23:24:30 -0700] rev 6463
6939224: MethodHandle.invokeGeneric needs to perform the correct set of conversions
Reviewed-by: never
kvn [Mon, 13 Sep 2010 16:45:00 -0700] rev 6462
6984346: Remove development code in type.hpp
Summary: Remove code which use UseNewCode in type.hpp
Reviewed-by: never
iveresov [Mon, 13 Sep 2010 12:10:49 -0700] rev 6461
6919069: client compiler needs to capture more profile information for tiered work
Summary: Added profiling of instanceof and aastore.
Reviewed-by: kvn, jrose, never
iveresov [Sat, 11 Sep 2010 15:21:37 -0700] rev 6460
6984056: C1: incorrect code for integer constant addition on x64
Summary: Fix add/sub of constants to ints on x64
Reviewed-by: kvn
twisti [Thu, 09 Sep 2010 05:24:11 -0700] rev 6459
6934483: GCC 4.5 errors "suggest parentheses around something..." when compiling with -Werror and -Wall
Summary: These are minor changes fixing compile failure when -Wall -Werror flags are used under gcc 4.5.
Reviewed-by: twisti, kvn, rasbold
Contributed-by: Pavel Tisnovsky <ptisnovs@redhat.com>
twisti [Thu, 09 Sep 2010 01:43:48 -0700] rev 6458
Merge