bpittore [Fri, 08 Feb 2013 16:08:17 -0500] rev 15758
Merge
jprovino [Tue, 05 Feb 2013 13:32:34 -0500] rev 15757
8003539: Minimal VM don't react to -Dcom.sun.management and -XX:+ManagementServer
Summary: A warning message should be displayed if these options are used with the Minimal VM.
Reviewed-by: dholmes, dsamersoff
vlivanov [Thu, 21 Feb 2013 06:29:43 -0800] rev 15756
Merge
kvn [Mon, 18 Feb 2013 16:47:15 -0800] rev 15755
8004867: VM crashing with assert "share/vm/opto/node.hpp:357 - assert(i < _max) failed: oob"
Summary: Added few checks and early bailout from Superword optimization to avoid such cases in a future.
Reviewed-by: roland, twisti
drchase [Mon, 18 Feb 2013 15:08:39 -0800] rev 15754
7102300: performance warnings cause results diff failure in Test6890943
Summary: Strip lines matching the performance warning from the output before diff.
Reviewed-by: kvn
drchase [Mon, 18 Feb 2013 14:29:16 -0800] rev 15753
8008180: Several tests in compiler/5091921 need more time to run
Summary: Added an explicit timeouts.
Reviewed-by: kvn, twisti
roland [Mon, 18 Feb 2013 09:06:24 +0100] rev 15752
8007959: Use expensive node logic for more math nodes
Summary: use expensive node logic for other more math nodes.
Reviewed-by: kvn
brutisso [Thu, 21 Feb 2013 13:13:22 +0100] rev 15751
Merge
johnc [Wed, 20 Feb 2013 12:52:13 -0800] rev 15750
8008188: Add regression test for 8005875
Summary: Add regression test for crash seen in 8005875. Test is run with G1 and PGCT=0 and issues "jcmd <pid> Thread.print" against itself. Without the fix for 8005875 the test will crash.
Reviewed-by: brutisso
johnc [Tue, 19 Feb 2013 16:22:28 -0800] rev 15749
8006628: NEED_TEST for JDK-8002870
Summary: Regression test for 8000311. Verifies that PLABStats works with zero parallel GC threads.
Reviewed-by: jmasa, johnc
Contributed-by: Filipp Zhinkin <filipp.zhinkin@oracle.com>
tamao [Thu, 14 Feb 2013 14:43:01 -0800] rev 15748
8007764: Wrong initialized value of max_gc_pause_sec for an instance of class AdaptiveSizePolicy
Summary: This is a fix of an initialization mistake for class AdaptiveSizePolicy.
Reviewed-by: jmasa
Contributed-by: Tao Mao <tao.mao@oracle.com>
brutisso [Thu, 14 Feb 2013 09:11:43 +0100] rev 15747
8006398: Add regression tests for deprectated GCs
Reviewed-by: ehelin, jwilhelm, jmasa
sspitsyn [Wed, 20 Feb 2013 08:51:44 -0800] rev 15746
Merge
coleenp [Tue, 19 Feb 2013 13:33:39 -0500] rev 15745
Merge
emc [Tue, 19 Feb 2013 11:36:52 -0500] rev 15744
8007153: Ensure that MethodParameters API works properly with RedefineClasses
Summary: Adds code to HotSpot to properly update MethodParameter attributes' constant pool indexes when redefineClasses is called
Reviewed-by: coleenp, sspitsyn
hseigel [Tue, 19 Feb 2013 08:51:56 -0500] rev 15743
6749267: Signal handler should save/restore errno
Summary: Save errno before processing signal, then restore it.
Reviewed-by: acorn, sspitsyn