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
twisti [Wed, 08 Sep 2010 04:50:26 -0700] rev 6457
6983073: fix compiler error with GCC 4.4 or newer on SPARC
Reviewed-by: twisti
Contributed-by: Matthias Klose <doko@ubuntu.com>
never [Wed, 08 Sep 2010 20:28:57 -0700] rev 6456
6965815: OptimizeStringConcat: assert(!q->is_MergeMem()) failed with specjbb2000
Reviewed-by: kvn
never [Tue, 07 Sep 2010 11:31:27 -0700] rev 6455
6982533: Crash in ~StubRoutines::jbyte_fill with AggressiveOpts enabled
Reviewed-by: kvn
iveresov [Tue, 07 Sep 2010 14:16:50 -0700] rev 6454
6982921: assert(_entry_bci != InvocationEntryBci) failed: wrong kind of nmethod
Summary: Assertion fails during print compilation because nmethod::print_on() calls osr_entry_bci() without checking that the method is an osr method. The fix adds an appropriate check.
Reviewed-by: never, twisti