roland [Mon, 02 Jul 2012 09:58:06 +0200] rev 13203
7177917: Failed test java/lang/Math/PowTests.java
Summary: When c2 intrinsifies pow/exp, it should never inline the java implementations.
Reviewed-by: kvn
coleenp [Thu, 12 Jul 2012 14:26:25 -0400] rev 13202
Merge
fparain [Mon, 09 Jul 2012 01:28:37 -0700] rev 13201
6294277: java -Xdebug crashes on SourceDebugExtension attribute larger than 64K
Reviewed-by: sspitsyn, dholmes, coleenp, kamg
sla [Thu, 28 Jun 2012 11:37:28 +0200] rev 13200
7178703: Fix handling of quoted arguments and better error messages in dcmd
Reviewed-by: coleenp, mgronlun, rbackman
coleenp [Wed, 04 Jul 2012 15:55:45 -0400] rev 13199
7181200: JVM new hashing code breaks SA in product mode
Summary: Made new_hash() overloaded rather than a virtual function so SA code doesn't need to be changed.
Reviewed-by: kvn, acorn, dholmes, fparain
mikael [Tue, 03 Jul 2012 17:35:00 -0700] rev 13198
7129724: MAC: Core file location is wrong in crash report
Summary: Updated core path location to reflect macosx default
Reviewed-by: dholmes, kamg
dholmes [Tue, 03 Jul 2012 01:41:29 -0400] rev 13197
7179383: MaxDirectMemorySize argument parsing is broken for values >2G
Summary: change hotspot flag to be unsigned
Reviewed-by: dholmes, sla, fparain, brutisso
Contributed-by: Chris Dennis <cdennis@terracottatech.com>