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>
coleenp [Mon, 02 Jul 2012 13:11:28 -0400] rev 13196
Merge
zgu [Thu, 28 Jun 2012 17:03:16 -0400] rev 13195
6995781: Native Memory Tracking (Phase 1)
7151532: DCmd for hotspot native memory tracking
Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd
Reviewed-by: acorn, coleenp, fparain
kamg [Mon, 02 Jul 2012 10:54:17 -0400] rev 13194
7167142: Consider a warning when finding a .hotspotrc or .hotspot_compiler file that isn't used
Summary: Send warnings to output stream
Reviewed-by: dholmes, fparain
amurillo [Fri, 29 Jun 2012 17:12:15 -0700] rev 13193
7180882: new hotspot build - hs24-b16
Reviewed-by: jcoomes
katleman [Thu, 12 Jul 2012 16:48:00 -0700] rev 13192
Added tag jdk8-b47 for changeset a655fb35e798
katleman [Wed, 18 Jul 2012 14:18:48 -0700] rev 13191
Merge
ohair [Mon, 16 Jul 2012 11:43:23 -0700] rev 13190
7184406: Adjust get_source/hgforest script to allow for trailing // characters
Reviewed-by: tbell