kmo [Tue, 19 Jan 2016 14:52:33 +0100] rev 35756
8003585: strength reduce or eliminate range checks for power-of-two sized arrays
Summary: change ((x & m) u<= m) to always true and ((x & (m - 1)) u< m) into (m > 0)
Reviewed-by: kvn, roland
ppunegov [Mon, 01 Feb 2016 19:45:26 +0300] rev 35755
8144239: [TESTBUG] InlineCommandTest.java: unknown compiler level 0 for commpile ID: 651
Summary: add Xbatch to make compilation block test thread.
Reviewed-by: kvn
thartmann [Fri, 29 Jan 2016 08:47:18 +0100] rev 35754
Merge
iignatyev [Fri, 29 Jan 2016 03:11:16 +0300] rev 35753
8148012: get rid of slash-dot-dot in @library directives
Reviewed-by: dholmes, dfazunen, cjplummer
fyang [Wed, 27 Jan 2016 12:20:53 +0800] rev 35752
8148328: aarch64: redundant lsr instructions in stub code.
Summary: avoid redundant lsr instructions in jbyte_arraycopy and jbyte_disjoint_arraycopy.
Reviewed-by: aph
Contributed-by: felix.yang@linaro.org
zmajo [Thu, 28 Jan 2016 08:33:45 +0100] rev 35751
8146478: Node limit exceeded with -XX:AllocateInstancePrefetchLines=1073741823
Summary: Constrain the set of accepted values for the Allocate{PrefetchLines, InstancePrefetchLines, PrefetchStepSize, PrefetchDistance} flags. Increase macro node expansion budget.
Reviewed-by: kvn
zmajo [Thu, 04 Feb 2016 08:53:57 +0100] rev 35750
8148970: Quarantine testlibrary_tests/whitebox/vm_flags/IntxTest.java
Summary: Quarantine testlibrary_tests/whitebox/vm_flags/IntxTest.java
Reviewed-by: vlivanov, dcubed
lana [Thu, 11 Feb 2016 14:39:54 -0800] rev 35749
Added tag jdk-9+105 for changeset d549e724be36