jiangli [Mon, 10 Nov 2014 19:52:28 -0500] rev 27619
Merge
jiangli [Mon, 10 Nov 2014 19:28:51 -0500] rev 27618
8064375: Change certain errors to warnings in CDS output.
Summary: Change CDS non-fatal preloading errors to warnings.
Reviewed-by: minqi, mseledtsov, coleenp
coleenp [Tue, 11 Nov 2014 18:00:06 +0000] rev 27617
Merge
shade [Tue, 11 Nov 2014 15:07:09 +0300] rev 27616
8015272: Make @Contended within the same group to use the same oop map
Reviewed-by: coleenp, dholmes
coleenp [Tue, 11 Nov 2014 09:59:50 -0500] rev 27615
8062870: src/share/vm/services/mallocTracker.hpp:64 assert(_count > 0) failed: Negative counter
Summary: Signed bitfield size y can only have (1 << y)-1 values.
Reviewed-by: shade, dholmes, jrose, ctornqvi, gtriantafill
dsamersoff [Tue, 11 Nov 2014 04:34:56 -0800] rev 27614
8059131: sawindbg.dll is not compiled with /SAFESEH
Summary: Make variable SAFESEH_FLAG replaced with /SAFESEH link option.
Reviewed-by: mgronlun, sla
emc [Mon, 10 Nov 2014 19:37:32 -0500] rev 27613
8058322: Zero name_index item of MethodParameters attribute cause MalformedParameterException
Summary: Allow hotspot to report null for 0 parameter_name index in MethodParameters attribute
Reviewed-by: coleenp, dholmes
emc [Mon, 10 Nov 2014 16:45:46 -0500] rev 27612
8058313: Mismatch of method descriptor and MethodParameters.parameters_count should cause MalformedParameterException
Summary: Allow hotspot to store and report zero-length MethodParameters attribute data
Reviewed-by: coleenp, jiangli
ccheung [Mon, 10 Nov 2014 10:13:10 -0800] rev 27611
8060721: Test runtime/SharedArchiveFile/LimitSharedSizes.java fails in jdk 9 fcs new platforms/compiler
Summary: replaced strcat() with jio_snprintf()
Reviewed-by: dholmes, iklam, dlong, minqi
minqi [Fri, 07 Nov 2014 12:48:09 -0800] rev 27610
8062247: [TESTBUG] Allow WhiteBox test to access JVM offsets
Reviewed-by: coleenp, iklam, mseledtsov
Contributed-by: yumin.qi@oracle.com
sla [Fri, 07 Nov 2014 13:50:55 +0100] rev 27609
Merge
dcubed [Thu, 06 Nov 2014 13:05:14 -0800] rev 27608
8062851: cleanup ObjectMonitor offset adjustments
Summary: JEP-143/JDK-8046133 - cleanup computation of ObjectMonitor field pointers
Reviewed-by: dholmes, redestad, coleenp
lana [Thu, 20 Nov 2014 10:57:38 -0800] rev 27607
Merge
azakharov [Wed, 19 Nov 2014 19:22:49 +0400] rev 27606
8059661: Test SoftReference and OOM behavior
Reviewed-by: tschatzl
azakharov [Fri, 14 Nov 2014 17:36:56 +0400] rev 27605
8064716: TestHumongousShrinkHeap.java can not be run with -XX:+ExplicitGCInvokesConcurrent
8062957: Heap is not shrunk when deallocating under memory pressure
Summary: Added explicit -XX:-ExplicitGCInvokesConcurrent to invocations
Reviewed-by: brutisso, tschatzl