twisti [Thu, 23 May 2013 15:30:16 -0700] rev 17624
Merge
anoll [Thu, 23 May 2013 14:11:09 +0200] rev 17623
8014430: JRE crashes instead of stop compilation on full Code Cache. Internal Error (c1_Compiler.cpp:87)
Summary: Disable client compiler and switch to interpreter if there is not enough free space in the code cache.
Reviewed-by: kvn, twisti
kvn [Wed, 22 May 2013 18:25:43 -0700] rev 17622
8010927: Kitchensink crashed with SIGSEGV, Problematic frame: v ~StubRoutines::checkcast_arraycopy
Summary: Changed gen_write_ref_array_post_barrier() code on x64 to pass start address and number of copied oop elements. In generate_checkcast_copy() skip post barrier code if no elements are copied.
Reviewed-by: roland
kvn [Wed, 22 May 2013 17:39:47 -0700] rev 17621
Merge
kvn [Wed, 22 May 2013 09:02:43 -0700] rev 17620
8014811: loopTransform.cpp assert(cmp_end->in(2) == limit) failed
Summary: Stop current iteration of loop opts if partial_peel() failed and it created node clones outside processed loop.
Reviewed-by: roland
twisti [Wed, 22 May 2013 11:44:17 -0700] rev 17619
Merge
anoll [Wed, 22 May 2013 10:28:20 +0200] rev 17618
8012312: hsdis fails to compile with binutils-2.23.2
Summary: added <config.h> to header file to make hsdis compile with binutils 2.23.*
Reviewed-by: kvn, twisti
anoll [Thu, 16 May 2013 15:46:49 +0200] rev 17617
8012371: Adjust Tiered compile threshold according to available space in code cache
Summary: Added command line parameter to define a threshold at which C1 compilation threshold for is increased.
Reviewed-by: kvn, iveresov
jiangli [Thu, 23 May 2013 13:40:15 -0400] rev 17616
Merge
jiangli [Mon, 20 May 2013 13:13:29 -0400] rev 17615
Merge
bpittore [Wed, 15 May 2013 23:06:04 -0400] rev 17614
8014669: arch specific flags not passed to some link commands
Summary: EXTRA_CFLAGS does not propagate to saproc and jsig makefiles
Reviewed-by: dholmes, tbell, collins
dholmes [Tue, 14 May 2013 07:24:50 -0400] rev 17613
8014460: Need to check for non-empty EXT_LIBS_PATH before using it
Reviewed-by: tbell, collins, sla, coleenp
shade [Mon, 20 May 2013 23:41:27 +0400] rev 17612
8014878: Clean up class field layout code
Summary: rename/remove local variables, re-arrange instance_size calculation, more comments.
Reviewed-by: kvn, coleenp
shade [Mon, 20 May 2013 15:43:50 +0400] rev 17611
8014871: Move @Contended regression tests to the same place
Summary: Move the missing test to appropriate location.
Reviewed-by: dholmes, sla