bharadwaj [Thu, 18 Apr 2013 16:04:33 -0700] rev 17017
Merge
neliasso [Thu, 11 Apr 2013 13:57:44 +0200] rev 17016
8006952: Slow VM due to excessive code cache freelist iteration
Summary: Remove continous free block requirement
Reviewed-by: kvn
iignatyev [Tue, 16 Apr 2013 10:04:01 -0700] rev 17015
8011971: WB API doesn't accept j.l.reflect.Constructor
Reviewed-by: kvn, vlivanov
neliasso [Tue, 16 Apr 2013 10:37:16 -0400] rev 17014
Merge
neliasso [Tue, 16 Apr 2013 10:08:41 +0200] rev 17013
8011621: live_ranges_in_separate_class.patch
Reviewed-by: kvn, roland
Contributed-by: niclas.adlertz@oracle.com
roland [Mon, 15 Apr 2013 18:42:42 -0700] rev 17012
Merge
roland [Mon, 15 Apr 2013 17:17:11 +0200] rev 17011
8011648: C1: optimized build is broken after 7153771
Summary: missing #ifdef ASSERT
Reviewed-by: kvn
twisti [Mon, 15 Apr 2013 16:20:05 -0700] rev 17010
7172922: export_ makefile targets do not work unless all supported variants are built
Reviewed-by: dholmes, kvn
roland [Mon, 15 Apr 2013 09:42:46 +0200] rev 17009
8011582: assert(nbits == 32 || (-(1 << nbits-1) <= x && x < ( 1 << nbits-1))) failed: value out of range
Summary: c1 runtime's predicate_failed_trap should use jump_to on sparc
Reviewed-by: kvn
drchase [Fri, 12 Apr 2013 19:14:47 -0700] rev 17008
6443505: Ideal() function for CmpLTMask
Summary: Repair wrong code generation, added new matching rule
Reviewed-by: kvn, twisti
kvn [Fri, 12 Apr 2013 20:37:18 -0400] rev 17007
Merge
drchase [Fri, 12 Apr 2013 15:53:30 -0700] rev 17006
7104565: trim jprt build targets
Summary: remove JPRT debug builds, remove -DDEBUG -DFASTDEBUG and use ASSERT instead in sources
Reviewed-by: dholmes, kvn, coleenp
twisti [Fri, 12 Apr 2013 15:43:07 -0700] rev 17005
8011678: test/Makefile should pick up JT_HOME environment variable
Reviewed-by: kvn
twisti [Fri, 12 Apr 2013 12:22:59 -0700] rev 17004
8011933: add number of classes, methods and time spent to CompileTheWorld
Reviewed-by: jrose, kvn
jiangli [Thu, 18 Apr 2013 17:00:16 -0400] rev 17003
Merge