jwilhelm [Mon, 17 Aug 2015 13:55:02 +0200] rev 32366
8133669: Remove unused code in Arguments
8133455: VM ignores setting of the -XX:MemoryRestriction flag.
Reviewed-by: dholmes, kbarrett
gziemski [Sun, 16 Aug 2015 09:33:52 -0500] rev 32365
8133678: test fails due to 'CICompilerCount=0 must be at least 1' missing from stdout/stderr
Summary: We changed the constraint error message formatting for CICompilerCount, but forgot to change the corresponding test.
Reviewed-by: kbarrett, dcubed
dsamersoff [Mon, 17 Aug 2015 10:53:11 +0000] rev 32364
Merge
dsamersoff [Mon, 17 Aug 2015 12:43:45 +0300] rev 32363
Merge
david [Mon, 17 Aug 2015 10:43:11 +0200] rev 32362
8133553: Running with -XX:+UseParallelGC -XX:OldSize=30k crashes jvm
Reviewed-by: jwilhelm, sjohanss
stefank [Mon, 29 Jun 2015 11:11:12 +0200] rev 32361
8087324: Use semaphores when starting and stopping GC task threads
Reviewed-by: jmasa, sjohanss
stefank [Mon, 29 Jun 2015 11:09:39 +0200] rev 32360
8087323: Unify and split the work gang classes
Reviewed-by: jmasa, sjohanss
minqi [Fri, 14 Aug 2015 22:20:21 +0000] rev 32359
Merge
minqi [Fri, 14 Aug 2015 20:40:48 +0000] rev 32358
Merge
minqi [Fri, 14 Aug 2015 10:10:35 -0700] rev 32357
8130115: REDO - Reduce Symbol::_identity_hash to 2 bytes
Summary: Convert Symbol::_identity_hash from integer to short integer to save two bytes. Also change identity_hash() to have 'this' and first two bytes of symbol join the calculation.
Reviewed-by: iklam, coleenp, shade