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
iklam [Sat, 18 May 2013 20:41:01 -0700] rev 17610
8014262: PrintStringTableStatistics should include more footprint info
Summary: Added info for the string/symbol objects and the hash entries
Reviewed-by: coleenp, rbackman
dcubed [Fri, 17 May 2013 17:52:07 -0700] rev 17609
Merge
dcubed [Fri, 17 May 2013 11:36:43 -0700] rev 17608
Merge
dcubed [Fri, 17 May 2013 08:56:51 -0700] rev 17607
Merge
rdurbin [Fri, 17 May 2013 08:51:46 -0700] rev 17606
7145527: sscanf must use a length in the format string
Summary: Remove dead code containing last call to scanf with no string length specifier
Reviewed-by: dcubed, coleenp
dholmes [Thu, 16 May 2013 23:40:27 -0400] rev 17605
Merge
dholmes [Thu, 16 May 2013 22:11:05 -0400] rev 17604
Merge
shade [Fri, 17 May 2013 01:58:32 +0400] rev 17603
8014509: @Contended: explicit default value behaves differently from the implicit value
Summary: Treat the empty string as the default value tag
Reviewed-by: kvn, twisti