dholmes [Tue, 25 Sep 2012 07:58:42 -0400] rev 13875
7200065: Cross-compilation changes to support the new-build
Reviewed-by: dholmes, ohair
Contributed-by: Fredrik Ohrstrom <fredrik.ohrstrom@oracle.com>
minqi [Mon, 24 Sep 2012 20:04:19 -0700] rev 13874
Merge
minqi [Mon, 24 Sep 2012 12:44:00 -0700] rev 13873
6879063: SA should use hsdis for disassembly
Summary: We should in SA to use hsdis for it like the JVM does to replace the current java based disassembler.
Reviewed-by: twisti, jrose, sla
Contributed-by: yumin.qi@oracle.com
nloodin [Fri, 21 Sep 2012 10:56:28 +0200] rev 13872
7200092: Make NMT a bit friendlier to work with
Reviewed-by: kvn, ysr, azeemj
kevinw [Thu, 20 Sep 2012 03:49:15 -0700] rev 13871
Merge
kevinw [Wed, 19 Sep 2012 15:24:32 +0100] rev 13870
7196045: Possible JVM deadlock in ThreadTimesClosure when using HotspotInternal non-public API.
Reviewed-by: sspitsyn, dholmes
jcoomes [Wed, 19 Sep 2012 16:18:55 -0400] rev 13869
Merge
jcoomes [Tue, 18 Sep 2012 19:44:39 -0400] rev 13868
Merge
ohair [Tue, 18 Sep 2012 13:15:28 -0700] rev 13867
7198329: Add $(sort) to object files used in links makes binarties more consistent
Reviewed-by: dholmes, tbell, erikj, ihse, ohrstrom
ohair [Tue, 18 Sep 2012 10:25:20 -0700] rev 13866
Merge
ihse [Mon, 17 Sep 2012 11:46:25 -0700] rev 13865
7172012: Make test-in-build an option (Queens)
Reviewed-by: ohair, dholmes
minqi [Wed, 19 Sep 2012 08:41:30 -0700] rev 13864
Merge
minqi [Tue, 18 Sep 2012 10:10:43 -0700] rev 13863
7191786: retransformClasses() does not pass in LocalVariableTypeTable of a method
Summary: JVMTI REtruncformClasses must support LocalVariableTypeTable attribute
Reviewed-by: dcubed, dsamersoff, rbackman
Contributed-by: serguei.spitsyn@oracle.com
zgu [Tue, 18 Sep 2012 11:37:26 -0700] rev 13862
Merge
zgu [Mon, 17 Sep 2012 16:37:26 -0400] rev 13861
7188594: Print statistic collected by NMT with VM flag
Summary: Print out statistics of collected NMT data if it is on at VM exits
Reviewed-by: kvn, coleenp, twisti