amurillo [Fri, 22 Feb 2013 10:02:06 -0800] rev 15769
Added tag hs25-b20 for changeset 93430469429d
amurillo [Fri, 22 Feb 2013 10:02:06 -0800] rev 15768
Merge
vladidan [Thu, 21 Feb 2013 11:39:24 -0800] rev 15767
Merge
vladidan [Thu, 21 Feb 2013 09:08:04 -0800] rev 15766
Merge
bpittore [Wed, 20 Feb 2013 23:29:26 -0500] rev 15765
Merge
bpittore [Fri, 15 Feb 2013 21:53:55 -0500] rev 15764
Merge
jprovino [Fri, 15 Feb 2013 14:42:37 -0500] rev 15763
Merge
jprovino [Thu, 14 Feb 2013 11:08:58 -0500] rev 15762
8003581: UseG1GC is not properly accounted for by INCLUDE_ALTERNATE_GCS
Summary: Fix warning messages when selected garbage collectors are excluded from the minimal jvm.
Reviewed-by: dholmes, cjplummer
jprovino [Thu, 14 Feb 2013 11:07:24 -0500] rev 15761
8006878: Some non-existent GC source files are in the minimalVM exclude list.
Summary: cmsPermGen.cpp, psPermGen.cpp have been removed. yieldWorkingGroup.cpp typo is fixed. immutableSpace.cpp was in the list twice.
Reviewed-by: dholmes, jmasa
bpittore [Thu, 24 Jan 2013 13:27:54 -0500] rev 15760
8005722: Assert in c1_LIR.hpp incorrect wrt to number of register operands
Summary: In LIR_OpVisitState::visit() the receiver operand is processed twice
Reviewed-by: roland, vladidan
kvn [Tue, 12 Feb 2013 09:54:34 -0800] rev 15759
Merge
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